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
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+
## 7.80.1
8
+
9
+
- fix(astro): Adjust Vite plugin config to upload server source maps (#9541)
10
+
- fix(nextjs): Add tracing extensions in all serverside wrappers (#9537)
11
+
- fix(nextjs): Fix serverside transaction names on Windows (#9526)
12
+
- fix(node): Fix tRPC middleware typing (#9540)
13
+
- fix(replay): Add additional safeguards for capturing network bodies (#9506)
14
+
- fix(tracing): Update prisma span to be `db.prisma` (#9512)
15
+
7
16
## 7.80.0
8
17
9
18
- feat(astro): Add distributed tracing via `<meta>` tags (#9483)
@@ -32,7 +41,7 @@ This was possible by extensive use of tree shaking and a host of small changes t
32
41
33
42
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.
34
43
35
-
####Other Changes
44
+
### Other Changes
36
45
37
46
- feat(astro): Add Sentry middleware (#9445)
38
47
- feat(feedback): Add "outline focus" and "foreground hover" vars (#9462)
@@ -52,13 +61,18 @@ By using [tree shaking](https://docs.sentry.io/platforms/javascript/configuratio
52
61
53
62
## 7.77.0
54
63
64
+
### Security Fixes
65
+
66
+
- fix(nextjs): Match only numbers as orgid in tunnelRoute (#9416) (CVE-2023-46729)
Copy file name to clipboardExpand all lines: packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/xhr/captureRequestHeaders/test.ts
0 commit comments