From a6f73001d8294e1198a7abf11a9f8b285165a369 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 27 Jan 2025 11:57:29 -0500 Subject: [PATCH] meta(changelog): Update CHANGELOG for 8.52.0 (#15177) --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e295bed19075..59b1caab3ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott -- **feat(solidstart): Default to `--import` setup and add `autoInjectServerSentry` ([#14862](https://github.com/getsentry/sentry-javascript/pull/14862))** +## 8.52.0 + +### Important Changes + +- **feat(solidstart): Add `withSentry` wrapper for SolidStart config ([#15135](https://github.com/getsentry/sentry-javascript/pull/15135))** To enable the SolidStart SDK, wrap your SolidStart Config with `withSentry`. The `sentrySolidStartVite` plugin is now automatically 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: ); ``` -Work in this release was contributed by @jahands and @jrandolf. Thank you for your contributions! +### Other Changes + +- feat(v8/core): Add client outcomes for breadcrumbs buffer ([#15149](https://github.com/getsentry/sentry-javascript/pull/15149)) +- feat(v8/core): Improve error formatting in ZodErrors integration ([#15155](https://github.com/getsentry/sentry-javascript/pull/15155)) +- fix(v8/bun): Ensure instrumentation of `Bun.serve` survives a server reload ([#15157](https://github.com/getsentry/sentry-javascript/pull/15157)) +- fix(v8/core): Pass `module` into `loadModule` ([#15139](https://github.com/getsentry/sentry-javascript/pull/15139)) (#15166) + +Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. Thank you for your contributions! ## 8.51.0