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: MIGRATION.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -367,10 +367,16 @@ All exports and APIs of `@sentry/utils` and `@sentry/types` (except for the ones
367
367
368
368
- The option `logErrors`in the `vueIntegration` has been removed. The Sentry Vue error handler will always propagate the error to a user-defined error handler or re-throw the error (which will log the error without modifying).
369
369
370
+
- The option `stateTransformer`in`createSentryPiniaPlugin()` now receives the full state from all stores as its parameter.
371
+
The top-level keys of the state object are the store IDs.
372
+
370
373
### `@sentry/nuxt`
371
374
372
375
- The `tracingOptions` option in`Sentry.init()` was removed in favor of passing the `vueIntegration()` to `Sentry.init({ integrations: [...] })` and setting `tracingOptions` there.
373
376
377
+
- The option `stateTransformer`in the `piniaIntegration` now receives the full state from all stores as its parameter.
378
+
The top-level keys of the state object are the store IDs.
379
+
374
380
### `@sentry/vue` and `@sentry/nuxt`
375
381
376
382
- When component tracking is enabled, "update" spans are no longer created by default.
0 commit comments