Skip to content

Commit 91285c3

Browse files
authored
Add org to config options (#13697)
Source map upload configuration is missing organisation slug, added it.
1 parent 1641e63 commit 91285c3

File tree

1 file changed

+1
-0
lines changed
  • docs/platforms/javascript/guides/astro

1 file changed

+1
-0
lines changed

docs/platforms/javascript/guides/astro/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export default defineConfig({
8080
sentry({
8181
sourceMapsUploadOptions: {
8282
project: "___PROJECT_SLUG___",
83+
org: "___ORG_SLUG___",
8384
authToken: process.env.SENTRY_AUTH_TOKEN,
8485
},
8586
}),

0 commit comments

Comments
 (0)