`sentry.io` is down => cannot upload source maps => 💣
See original GitHub issueEnvironment
How do you use Sentry? Sentry SaaS (sentry.io)
Which SDK and version?
"@sentry/react-native": "^3.3.5"
Steps to Reproduce
- Trying to build RN app
- It fails when trying to upload source maps
- trying to
curl -v https://sentry.io
$ curl -v https://sentry.io/
* Trying 35.188.42.15:443...
* connect to 35.188.42.15 port 443 failed: Connection timed out
* Failed to connect to sentry.io port 443 after 131639 ms: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to sentry.io port 443 after 131639 ms: Connection timed out
- Trying different internet connection
- Trying different computer
- Trying VPN
Expected Result
See successful green messages 😃
What actually happened. Maybe a screenshot/recording? Maybe some logs?
$ curl -v https://sentry.io/
* Trying 35.188.42.15:443...
* connect to 35.188.42.15 port 443 failed: Connection timed out
* Failed to connect to sentry.io port 443 after 131639 ms: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to sentry.io port 443 after 131639 ms: Connection timed out
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to find the line when sentry report an error?
I'm not an expert on this topic, but it seems like you would want to set up sourcemaps: docs.sentry.io/clients/javascript/sourcemaps.
Read more >Heroku Security Notification | Hacker News
Solution: - Let customers give granular access (only issues, only read to source code, etc) when the integration is setup. This is possible...
Read more >ST-1200 & ST-1400 - Specialty Medical Products
Set pressure may be increased or decreased by pressing the Up or Down keys, respectively. MAXIMUM INFLATE (All ST SYSTEMS). This key activates...
Read more >Debugging Memory Leaks in Node.js Applications - Toptal
Memory leaks in long running Node.js applications are like ticking time bombs that, if left unchecked in production environments, can result in devastating ......
Read more >Bug listing with status CONFIRMED as at 2022/12/26 10:46:31
... should be built from source" status:CONFIRMED resolution: severity:normal ... Bug:80437 - "Parsec 47 - a top-down "abstract" shooter [ebuild request]" ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing it since the incident is resolved. https://github.com/getsentry/mobile-team-meta/issues/3 is created for improving the SDKs and plugins in case of outages.
@ToshKoevoets you can run debug mode which does nothing or comment out the integrations that communicate with Sentry during build time.
Android: https://docs.sentry.io/platforms/react-native/manual-setup/manual-setup/#enable-gradle-integration
iOS: https://docs.sentry.io/platforms/react-native/manual-setup/manual-setup/#bundle-react-native-code-and-images https://docs.sentry.io/platforms/react-native/manual-setup/manual-setup/#upload-debug-symbols-to-sentry
Sorry for the inconvenience.