|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 7 | +## 7.78.0 |
| 8 | + |
| 9 | +### Important Changes |
| 10 | + |
| 11 | +- **Replay Bundle Size improvements** |
| 12 | + |
| 13 | +We've dramatically decreased the bundle size of our Replay package, reducing the minified & gzipped bundle size by ~20 KB! |
| 14 | +This was possible by extensive use of tree shaking and a host of small changes to reduce our footprint: |
| 15 | + |
| 16 | +- feat(replay): Update rrweb to 2.2.0 (#9414) |
| 17 | +- ref(replay): Use fflate instead of pako for compression (#9436) |
| 18 | + |
| 19 | +By using [tree shaking](https://docs.sentry.io/platforms/javascript/configuration/tree-shaking/) it is possible to shave up to 10 additional KB off the bundle. |
| 20 | + |
| 21 | +#### Other Changes |
| 22 | + |
| 23 | +- feat(astro): Add Sentry middleware (#9445) |
| 24 | +- feat(feedback): Add "outline focus" and "foreground hover" vars (#9462) |
| 25 | +- feat(feedback): Add `openDialog` and `closeDialog` onto integration interface (#9464) |
| 26 | +- feat(feedback): Implement new user feedback embeddable widget (#9217) |
| 27 | +- feat(nextjs): Add automatic sourcemapping for edge part of the SDK (#9454) |
| 28 | +- feat(nextjs): Add client routing instrumentation for app router (#9446) |
| 29 | +- feat(node-experimental): Add hapi tracing support (#9449) |
| 30 | +- feat(replay): Allow to configure `beforeErrorSampling` (#9470) |
| 31 | +- feat(replay): Stop fixing truncated JSONs in SDK (#9437) |
| 32 | +- fix(nextjs): Fix sourcemaps resolving for local dev when basePath is set (#9457) |
| 33 | +- fix(nextjs): Only inject basepath in dev mode (#9465) |
| 34 | +- fix(replay): Ensure we stop for rate limit headers (#9420) |
| 35 | +- ref(feedback): Add treeshaking for logger statements (#9475) |
| 36 | +- ref(replay): Use rrweb for slow click detection (#9408) |
| 37 | +- build(polyfills): Remove output format specific logic (#9467) |
| 38 | + |
7 | 39 | ## 7.77.0
|
8 | 40 |
|
9 | 41 | - feat: Move LinkedErrors integration to @sentry/core (#9404)
|
|
0 commit comments