Skip to content

Commit a6f7300

Browse files
authored
meta(changelog): Update CHANGELOG for 8.52.0 (#15177)
1 parent cb6aca7 commit a6f7300

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010

1111
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212

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))**
1418

1519
To enable the SolidStart SDK, wrap your SolidStart Config with `withSentry`. The `sentrySolidStartVite` plugin is now automatically
1620
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:
5458
);
5559
```
5660

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!
5869

5970
## 8.51.0
6071

0 commit comments

Comments
 (0)