-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Introduce auto source map uploading at build time #39
Comments
This would be spectacular! Just started using Sentry and was about to add a post build script. Since we are at an early stage, I can wait for this automation. Big love for your work into this! |
When implementing this feature, it should also address this issue: getsentry/team-mobile#3 |
So we used the Webpack Plugin till now and it came to some problems with it after the build since the content hash on scripts differ between web and native build (two different pipelines on different providers...). I guess this would solve this because it would upload sourcemaps specifically for the native build. At the end it would mean three sourcemaps beeing uploaded; android, ios and web. Tagging these with some flag could help identify the build later in Sentry and match with its uploaded sourcemap. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Most likely we would integrate the existing Sentry Webpack plugin
The text was updated successfully, but these errors were encountered: