Important Changes
- feat(replay): Upgrade to rrweb2.0
This should be fully backwards compatible with previously recorded replays. Only breaking change is that we will not be masking aria-label
by default. This is to better support searching by clicks. Another issue is there is about a 13% bundle size increase, however this comes with improved performance and improved replay fidelity especially in regards to web components.
Bundle size 📦
Path | Size |
---|---|
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) | 83.73 KB |
@sentry/browser (incl. Tracing) - Webpack (gzipped) | 31.15 KB |
@sentry/browser - Webpack (gzipped) | 21.82 KB |
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 78.12 KB |
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) | 28.2 KB |
@sentry/browser - ES6 CDN Bundle (gzipped) | 20.19 KB |
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 251.54 KB |
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 84.79 KB |
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) | 59.87 KB |
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) | 31.06 KB |
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) | 73.92 KB |
@sentry/react - Webpack (gzipped) | 21.85 KB |
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) | 101.61 KB |
@sentry/nextjs Client - Webpack (gzipped) | 50.66 KB |