We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1641e63 commit 91285c3Copy full SHA for 91285c3
docs/platforms/javascript/guides/astro/index.mdx
@@ -80,6 +80,7 @@ export default defineConfig({
80
sentry({
81
sourceMapsUploadOptions: {
82
project: "___PROJECT_SLUG___",
83
+ org: "___ORG_SLUG___",
84
authToken: process.env.SENTRY_AUTH_TOKEN,
85
},
86
}),
0 commit comments