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
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+
## 7.80.0
8
+
9
+
- feat(astro): Add distributed tracing via `<meta>` tags (#9483)
10
+
- feat(node): Capture internal server errors in trpc middleware (#9482)
11
+
- feat(remix): Export a type to use for `MetaFunction` parameters (#9493)
12
+
- fix(astro): Mark SDK package as Astro-external (#9509)
13
+
- ref(nextjs): Don't initialize Server SDK during build (#9503)
14
+
7
15
## 7.79.0
8
16
9
17
- feat(tracing): Add span `origin` to trace context (#9472)
@@ -24,7 +32,7 @@ This was possible by extensive use of tree shaking and a host of small changes t
24
32
25
33
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.
26
34
27
-
####Other Changes
35
+
### Other Changes
28
36
29
37
- feat(astro): Add Sentry middleware (#9445)
30
38
- feat(feedback): Add "outline focus" and "foreground hover" vars (#9462)
@@ -44,13 +52,18 @@ By using [tree shaking](https://docs.sentry.io/platforms/javascript/configuratio
44
52
45
53
## 7.77.0
46
54
55
+
### Security Fixes
56
+
57
+
- fix(nextjs): Match only numbers as orgid in tunnelRoute (#9416) (CVE-2023-46729)
0 commit comments