File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
12
12
13
+ ## 8.29.0
14
+
15
+ ### Important Changes
16
+
17
+ - ** Beta releases of official Solid and SolidStart Sentry SDKs**
18
+
19
+ This release marks the beta releases of the ` @sentry/solid ` and ` @sentry/solidstart ` Sentry SDks. For details on how to
20
+ use them, check out the
21
+ [ Sentry Solid SDK README] ( https://github.com/getsentry/sentry-javascript/tree/develop/packages/solid ) and the
22
+ [ Sentry SolidStart SDK README] ( https://github.com/getsentry/sentry-javascript/tree/develop/packages/solidstart )
23
+ respectively. Please reach out on [ GitHub] ( https://github.com/getsentry/sentry-javascript/issues/new/choose ) if you have
24
+ any feedback or concerns.
25
+
26
+ ### Other Changes
27
+
28
+ - feat(nextjs): Emit warning when using turbopack (#13566 )
29
+ - feat(nextjs): Future-proof Next.js config options overriding (#13586 )
30
+ - feat(node): Add ` generic-pool ` integration (#13465 )
31
+ - feat(node): Option to only wrap instrumented modules (#13139 )
32
+ - feat(nuxt): Upload sourcemaps generated by Nitro (#13382 )
33
+ - feat(solidstart): Add ` browserTracingIntegration ` by default (#13561 )
34
+ - feat(solidstart): Add ` sentrySolidStartVite ` plugin to simplify source maps upload (#13493 )
35
+ - feat(vue): Only start UI spans if parent is available (#13568 )
36
+ - fix(cloudflare): Guard ` context.waitUntil ` call in request handler (#13549 )
37
+ - fix(node-fetch): Use stringified origin url (#13581 )
38
+ - fix(node): Replace dashes in ` generic-pool ` span origins with underscores (#13579 )
39
+ - fix(replay): Fix types in WebVitalData (#13573 )
40
+ - fix(utils): Keep logger on carrier (#13570 )
41
+
13
42
Work in this release was contributed by @Zen-cronic . Thank you for your contribution!
14
43
15
44
## 8.28.0
You can’t perform that action at this time.
0 commit comments