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
+13-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@
10
10
11
11
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
12
12
13
-
-**feat(solidstart): Default to `--import` setup and add `autoInjectServerSentry` ([#14862](https://github.com/getsentry/sentry-javascript/pull/14862))**
13
+
## 8.52.0
14
+
15
+
### Important Changes
16
+
17
+
-**feat(solidstart): Add `withSentry` wrapper for SolidStart config ([#15135](https://github.com/getsentry/sentry-javascript/pull/15135))**
14
18
15
19
To enable the SolidStart SDK, wrap your SolidStart Config with `withSentry`. The `sentrySolidStartVite` plugin is now automatically
16
20
added by `withSentry` and you can pass the Sentry build-time options like this:
@@ -54,7 +58,14 @@ Now, there are two options to set up the SDK:
54
58
);
55
59
```
56
60
57
-
Work in this release was contributed by @jahands and @jrandolf. Thank you for your contributions!
61
+
### Other Changes
62
+
63
+
- feat(v8/core): Add client outcomes for breadcrumbs buffer ([#15149](https://github.com/getsentry/sentry-javascript/pull/15149))
64
+
- feat(v8/core): Improve error formatting in ZodErrors integration ([#15155](https://github.com/getsentry/sentry-javascript/pull/15155))
65
+
- fix(v8/bun): Ensure instrumentation of `Bun.serve` survives a server reload ([#15157](https://github.com/getsentry/sentry-javascript/pull/15157))
66
+
- fix(v8/core): Pass `module` into `loadModule` ([#15139](https://github.com/getsentry/sentry-javascript/pull/15139)) (#15166)
67
+
68
+
Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. Thank you for your contributions!
0 commit comments