File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+ ## 7.51.0
8
+
9
+ ### Important Changes
10
+
11
+ - ** feat(sveltekit): Auto-wrap ` load ` functions with proxy module (#7994 )**
12
+
13
+ ` @sentry/sveltekit ` now auto-wraps load functions in
14
+
15
+ * ` +(page|layout).(ts|js) ` files (universal loads)
16
+ * ` +(page|layout).server.(ts|js) ` files (server-only loads)
17
+
18
+ - ** chore(angular): Upgrade ` peerDependencies ` to Angular 16 (#8035 )**
19
+
20
+ We now officially support Angular 16 in ` @sentry/angular-ivy ` .
21
+ Note that ` @sentry/angular ` _ does not_ support Angular 16.
22
+
23
+ ### Additional Features and Fixes
24
+
25
+ - feat(browser): Export makeMultiplexedTransport from browser SDK (#8012 )
26
+ - feat(node): Add ability to send cron monitor check ins (#8039 )
27
+ - feat(node): Add ` http.method ` to node http spans (#7991 )
28
+ - feat(tracing): add body size for fetch requests (#7935 )
29
+ - feat(tracing): Use http.method for span data (#7990 )
30
+ - fix(integrations): Handle windows paths with no prefix or backslash prefix in ` RewriteFrames ` (#7995 )
31
+ - fix(node): Mark stack frames with url protocol as in-app frames (#8008 )
32
+ - fix(remix): Export ` Integration ` type declaration as union type (#8016 )
33
+ - fix(replay): Do not add replay_id to DSC while buffering (#8020 )
34
+ - fix(tracing): Don't set method multiple times (#8014 )
35
+ - fix(utils): Normalize ` undefined ` to ` undefined ` instead of ` "[undefined]" ` (#8017 )
36
+
7
37
## 7.50.0
8
38
9
39
### Important Changes
You can’t perform that action at this time.
0 commit comments