-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Support Debug Ids with Re.Pack #3956
Comments
Hi @akshay-capgemini, Sadly we currently do not support Repack and have not tested our integrations with it. |
To add support for this we will have to add https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/80037366f99ea840e3264e275ad8432720cdb468/packages/webpack-plugin/src/index.ts#L104-L114 to the RN SDK package. |
Also would love to see this! |
@krystofwoldrich Hello brother, does that mean that projects built with 'Repack' cannot be integrated into the Sentry platform? The reason is that Sentry platform did not parse the map file built for 'Repack', right? |
Hello @cscty, Our current documentation helps users with setting up Metro and Webpack. |
Description
Im using sentry in my repack rect native application. The sentry is working fine in debug APK and Im also able to generate the debug APK. But when I try to generate the release APK. The build failed with the below issue.
Im using PNPM to install sentry
The text was updated successfully, but these errors were encountered: