Source code not found (docker / on-permise)
See original GitHub issueOS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android 9
SDK:
-
@sentry/react-native 1.0.4
-
react-native-sentry
react-native
version: 0.59.9
Init Code:
Sentry.init({
dsn: Config.SENTRY_DSN,
});
I have following issue:
I build an apk with ./gradlew assembleStaging
During the build, artifacts are uploaded with success :
I double checked on sentry, seems OK
My app crash at startup (only on variant staging, I setup sentry to debug this strange behaviour) and I am unable to get a proper stacktrace …
I’ve searched some similar issues (there is many).
I double checked release and distribution, everything match between the sentry issue and uploaded release / distrib. There is a ~/index.android.bundle
artifact in release com.captotheque-1.0
distrib 3145729
when issue is looking for app:///index.android.bundle
I’ve updated my sentry instance to 9.1.2 but same issue.
I spent 3 hours debugging but I’m out of ideas, am I missing something ?
Thanks for your awesome work !
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Finally I make it work, we need to share volume beetween sentry container and worker container, thanks to @jonaskello solution : https://github.com/getsentry/sentry/issues/4168#issuecomment-341679115
After mounting volumes, I also had to remove files entries in database (see https://github.com/getsentry/sentry-cli/issues/141#issuecomment-486268346)
Thanks @HazAT for your suggestions, closing now 👍
Ok thanks 👍 maybe it is related to docker setup, I’m gonna try https://github.com/getsentry/sentry/issues/4168#issuecomment-341679115