-
Notifications
You must be signed in to change notification settings - Fork 83
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
postPublish not running on android expo SDK 48 for Android #329
Comments
@RRaideRR did you find a workaround ? |
Nope the problem still exists. |
Hello, this issue is still present and is preventing us from upgrading to SDK 48 |
Hi, we are also facing this issue! |
Hey, I have same issue on sdk 48 |
Same iOS either, sdk 48. |
I am getting the same issue on Android, Expo sdk 48. Has anybody managed to fix this? I would really appreciate it if you could share a solution. |
Hello everyone, I've updated the sample to Expo SDK 48 and reproduced the same issue. To fix it simply bump the After that, the automatic source map upload on Android will be working again. For anyone interested this (getsentry/sentry-react-native#2759) is the fix on the undelaying |
Summary
Not quite sure how already closed issue (#320 #292 ) are observed - probably not so much, so that's the reason why I'm opening up this issue.
I took this sample app and updated my dependencies to match the latest Expo SDK 48 release. In addition, I'm also using the url parameter because I have my own Sentry server. The source maps are not uploaded for Android eas builds.
I can see "Upload Debug Symbols to Sentry" in my fastlane logs but not in my gradle logs.
My specific dependencies:
However: iOS upload works. Two minor things that I changed in comparison to your project:
I've made use of the SENTRY_AUTH_TOKEN variable
I use my own sentry server.
Thus, my postPublish hook looks like this:
It seems like I'm not the only one where this is happening.
Managed or bare workflow? If you have
ios/
orandroid/
directories in your project, the answer is bare!managed
What platform(s) does this occur on?
Android
SDK Version (managed workflow only)
48
Environment
Reproducible demo or steps to reproduce from a blank project
Take this sample app and update the dependencies to match the latest Expo SDK 48 release.
The text was updated successfully, but these errors were encountered: