Skip to content

Commit

Permalink
fix: remove dsn from slog example (#910)
Browse files Browse the repository at this point in the history
Co-authored-by: jj <hi@jjose.com>
Co-authored-by: Emir Ribić <e@ribic.ba>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent fc433de commit 9ed1fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/slog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
err := sentry.Init(sentry.ClientOptions{
Dsn: "https://4d0ead95fb645aaab4fc95d21aaa6de1@o447951.ingest.us.sentry.io/4506954545758208",
Dsn: "",
EnableTracing: false,
})
if err != nil {
Expand Down

0 comments on commit 9ed1fa9

Please sign in to comment.