Skip to content

Commit 6d96162

Browse files
committed
specify deprecated options
1 parent 7f1a1d2 commit 6d96162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-config/javascript.astro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
```
2121

2222
<Alert level="warning">
23-
Passing runtime-specific configuration options to the Sentry integration will be deprecated in future versions.
23+
Passing runtime-specific configuration options (`dsn`, `release`, `environment`, `sampleRate`, `tracesSampleRate`, `replaysSessionSampleRate`, `replaysOnErrorSampleRate`) to the Sentry integration will be deprecated in future versions.
2424
We recommend passing your configuration directly to the respective `Sentry.init()` calls in `sentry.client.config.js` and `sentry.server.config.js` instead.
2525
</Alert>
2626

0 commit comments

Comments
 (0)