-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No releases detected in sentry.io #4375
Comments
Hi @knro, please add If it's possible to reproduce the issue in a new sample app that would speed up the debugging. Does it happen on Android or iOS or both? |
This was tested on Android, but we also don't see any iOS releases either on Sentry. Here are some logs from Android logcat:
From JS Side, I get this:
We double checked and the DSN is indeed correct. |
@knro thanks for the logs - I don't think the DSN error is related (@antonis can you take a look? I think you added this). Do you see any error events or other data for this app in Sentry? If you could give us a link to your sentry.io org, we can also investigate (you can share via [email protected] if you prefer). Also please note that we're winding down for the holidays, so responses will be slower than usual. |
Thank you for the ping @kahest 🙇
I will have a look and iterate back. |
No errors for stellarmateapp2 on sentry. You can check our site: https://ikarus-technologies.sentry.io/ |
@knro I see a new release created yesterday, but it has a different naming scheme. There's also a handful of errors in the last 14 days, so there is some stream of incoming data but something is off. Did you change how you build/configure releases or update the Sentry SDK around September/October? We'll look into the logs and init you sent us and update with findings. |
I don't believe so. We used Codepush, but not sure if this is a factor, it was working OK with codepush before. Btw, we are moving to our own hosted Codepush server now that Microsoft is shutting down Codepush managed by them, so hopefully we can continue to use that.
|
Thank you for the provided information @knro 🙇 I've noticed that some of the options used in your init have changed (e.g. Your updated init could look like the following:
|
I've opened a PR to improve the url extraction from the DNS. This should be unrelated with the reported issue though and the only side effect is that dev server requests are not excluded from breadcrumbs. |
I prepared a new release, and I noticed this during Android assembleRelease
However, I can't see 2.7.41 yet in the releases online. Not sure if it takes a while to process or there is still an issue? Furthermore, when we release for codepush, the release is like this: [email protected]+codepush:v247 |
Still not 2.7.41 release appearing on sentry.io even though I changed Sentry.init as per the suggestion above. |
Thank you for testing the provided Sentry init configuration @knro 🙇 |
What React Native libraries do you use?
React Native without Frameworks
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
6.4.0
How does your development environment look like?
Sentry.init()
Steps to Reproduce
Expected Result
Actual Result
We noticed that we have been missing Sentry releases for a couple of months now. The sentry-cli debug upload process appears to be working just fine, no errors reported. On sentry.io, we cannot find any releases over the past 3 months. I just tried to make a release now and nothing appear on the site despite a successful upload. Furthermore, I tried to test the exception:
But nothing was reported on Sentry.io as well. We're not sure what do to next.
The text was updated successfully, but these errors were encountered: