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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,34 @@
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): Implement new user feedback embeddable widget (#9217)
25
+
- feat(nextjs): Add automatic sourcemapping for edge part of the SDK (#9454)
26
+
- feat(nextjs): Add client routing instrumentation for app router (#9446)
27
+
- feat(node-experimental): Add hapi tracing support (#9449)
28
+
- feat(replay): Stop fixing truncated JSONs in SDK (#9437)
29
+
- fix(nextjs): Fix sourcemaps resolving for local dev when basePath is set (#9457)
30
+
- fix(nextjs): Only inject basepath in dev mode (#9465)
31
+
- fix(replay): Ensure we stop for rate limit headers (#9420)
32
+
- ref(replay): Use rrweb for slow click detection (#9408)
33
+
- build(polyfills): Remove output format specific logic (#9467)
34
+
7
35
## 7.77.0
8
36
9
37
- feat: Move LinkedErrors integration to @sentry/core (#9404)
0 commit comments