Skip to content
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

How are errors linked to a release? #1197

Closed
5 of 9 tasks
vtoupet opened this issue Nov 16, 2020 · 2 comments
Closed
5 of 9 tasks

How are errors linked to a release? #1197

vtoupet opened this issue Nov 16, 2020 · 2 comments

Comments

@vtoupet
Copy link

vtoupet commented Nov 16, 2020

OS:

  • Windows
  • [x ] MacOS
  • Linux

Platform:

  • [x ] iOS
  • Android

SDK:

  • @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: 1.9.0

react-native version: 0.63.3

Are you using Expo?

  • Yes
  • No

Are you using sentry.io or on-premise?

  • sentry.io (SaaS)
  • on-premise

If you are using sentry.io, please post a link to your issue so we can take a look:

https://sentry.io/organizations/vincent-toupet/issues/1972979131/?project=5410474&query=is%3Aunresolved+release%3Acom.vtoupet.smartmixin%401.0.13%2B87

Configuration:

I am releasing version for both iOS and Android and I think some of my errors are not using the correct source map.

I am wondering how I can make sure my Android errors are not linked to the equivalent iOS release ? Version are equivalent and distribution also.

And if it cannot be mistaken, why some of my JS errors are not properly decoding thanks to the source maps? (see https://sentry.io/organizations/vincent-toupet/issues/1972979131/?project=5410474&query=is%3Aunresolved+release%3Acom.vtoupet.smartmixin%401.0.13%2B87 for example).

Thanks,
Vincent

@jennmueng
Copy link
Member

@vtoupet Usually android source maps would be named something like index.android.bundle while iOS source maps would be something like main.jsbundle. If these files are named differently (both in the sourcemap upload and in how your bundle is named in your app build) then they shouldn't be linked to each other.

@vtoupet
Copy link
Author

vtoupet commented Nov 18, 2020

Ok thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants