Skip to content

Reduce bundle size: reduce Sentry size #306

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

Closed
rgalanakis opened this issue Nov 28, 2022 · 0 comments · Fixed by #620
Closed

Reduce bundle size: reduce Sentry size #306

rgalanakis opened this issue Nov 28, 2022 · 0 comments · Fixed by #620

Comments

@rgalanakis
Copy link
Member

Sentry is 118kb. This is a common complaint: getsentry/sentry-javascript#2707

First, get rid of tracing entirely and see what happens.

Then, see if we can trim it further.

Finally, we can maybe get rid of it entirely, and make calls to our backend instead.

@rgalanakis rgalanakis added the bug Something isn't working label Nov 28, 2022
@rgalanakis rgalanakis added this to the Purgatory milestone Nov 28, 2022
@rgalanakis rgalanakis added bundlesize and removed bug Something isn't working labels Nov 28, 2022
rgalanakis added a commit that referenced this issue Apr 9, 2024
This reduces the bundle from 1.135mb, now is 0.916kb.
The `@sentry/replay` module is gone,
which was 345kb rendered.

We'll keep sentry as it is giving value comparable
to its size.

Fixes #306
@rgalanakis rgalanakis modified the milestones: Purgatory, 2024 Sprint 4 Apr 9, 2024
rgalanakis added a commit that referenced this issue Apr 9, 2024
This reduces the bundle from 1.135mb, now is 0.916kb.
The `@sentry/replay` module is gone,
which was 345kb rendered.

We'll keep sentry as it is giving value comparable
to its size.

Fixes #306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant