You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered: