From 09c8577e37d26c49e7912458bffd6f529953481f Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Wed, 30 Oct 2024 10:36:51 +0100 Subject: [PATCH] meta(changelog): Update changelog for 8.36.0 --- CHANGELOG.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d584d65cff65..b160a8e17293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,20 +14,6 @@ ### Important Changes -- **feat(nuxt): Add Sentry Pinia plugin ([#14047](https://github.com/getsentry/sentry-javascript/pull/14047))** - -The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the `trackPinia` option to `true` in your client config: - -```ts -// sentry.client.config.ts - -Sentry.init({ - trackPinia: true, -}); -``` - -Read more about the Pinia plugin in the [Sentry Pinia Documentation](https://docs.sentry.io/platforms/javascript/guides/nuxt/features/pinia/). - - **feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring ([#13889](https://github.com/getsentry/sentry-javascript/pull/13889))** With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry.