Skip to content

Commit e955925

Browse files
authored
docs(sveltekit): Vite plugin rewording (#11743)
"...which is a dependency of the SvelteKit SDK" could also be understood as "you need this as additional dependency"
1 parent 06bc8b2 commit e955925

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MIGRATION.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,9 @@ Sentry.init({
873873

874874
#### Breaking `sentrySvelteKit()` changes
875875

876-
We upgraded the `@sentry/vite-plugin` which is a dependency of the SvelteKit SDK from version 0.x to 2.x. With this
877-
change, resolving uploaded source maps should work out of the box much more often than before
876+
We upgraded the `@sentry/vite-plugin` from version 0.x to 2.x. This package is internally used by the
877+
`@sentry/sveltekit` SDK. With this change, resolving uploaded source maps should work out of the box much more often
878+
than before
878879
([more information](https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/artifact-bundles/)).
879880

880881
To allow future upgrades of the Vite plugin without breaking stable and public APIs in `sentrySvelteKit`, we modified

0 commit comments

Comments
 (0)