Skip to content

Commit dde0868

Browse files
committed
add note on docs
1 parent dc37a89 commit dde0868

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migration/draft-v9-migration-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@
9090
- Deprecated `processThreadBreadcrumbIntegration` in favor of `childProcessIntegration`. Functionally they are the same.
9191
- Deprecated `nestIntegration`. Use the NestJS SDK (`@sentry/nestjs`) instead.
9292
- Deprecated `setupNestErrorHandler`. Use the NestJS SDK (`@sentry/nestjs`) instead.
93+
94+
## `@sentry/astro`
95+
96+
- Deprecated passing `dsn`, `release`, `environment`, `sampleRate`, `tracesSampleRate`, `replaysSessionSampleRate` to the integration. Use the runtime-specific `Sentry.init()` calls for passing these options instead.

0 commit comments

Comments
 (0)