Skip to content

Commit beeb4e7

Browse files
committed
meta(changelog): Update Changelog for 7.78.0
1 parent 6200b3c commit beeb4e7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

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+
739
## 7.77.0
840

941
- feat: Move LinkedErrors integration to @sentry/core (#9404)

0 commit comments

Comments
 (0)