Skip to content

Commit 90740d9

Browse files
committed
fix dsn
1 parent 2f11d74 commit 90740d9

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/go/common/integrations

1 file changed

+1
-1
lines changed

docs/platforms/go/common/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To disable default integrations, you can provide an empty list of integrations w
1212

1313
```go
1414
sentry.Init(sentry.ClientOptions{
15-
Dsn: "https://[email protected]/0",
15+
Dsn: "___PUBLIC_DSN___",
1616
Integrations: func(i []sentry.Integration) []sentry.Integration {
1717
return []sentry.Integration{}
1818
},

0 commit comments

Comments
 (0)