-
-
Notifications
You must be signed in to change notification settings - Fork 344
The bundle size is too large 430KB #1733
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
Comments
@TangShengda Exactly. This is what it looks like in our project Modules marked in red seem completely unnecessary. The problem seems to arise from importing entire modules:
I tried to manually change these imports in For example, As a result, the |
Let's follow the discission over on the sentry-javascript repo: getsentry/sentry-javascript#2707 |
same as #1818 |
related to #759 |
Ideally, we'd migrate to the Sentry JS SDK 7.x and get the bundle size improvements for free, which requires migration. |
The effort depends on who does the migration to Sentry JS SDK, maybe we do the migration for user feedback or attachments or client reports, if that's the case, then the effort is just |
There were a few improvements related to bundle size on the JS SDK and Android SDK, the RN SDK got it for free, please upgrade to the latest version (4.x) and let us know if that helped, thanks. |
The bundle package volume is too large 430KB
The text was updated successfully, but these errors were encountered: