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 2f11d74 commit 90740d9Copy full SHA for 90740d9
docs/platforms/go/common/integrations/index.mdx
@@ -12,7 +12,7 @@ To disable default integrations, you can provide an empty list of integrations w
12
13
```go
14
sentry.Init(sentry.ClientOptions{
15
- Dsn: "https://[email protected]/0",
+ Dsn: "___PUBLIC_DSN___",
16
Integrations: func(i []sentry.Integration) []sentry.Integration {
17
return []sentry.Integration{}
18
},
0 commit comments