Skip to content

Commit 43e286a

Browse files
committed
fix slog
1 parent 2959801 commit 43e286a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/platforms/go/guides/slog/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ go get github.com/getsentry/sentry-go/slog
2626
To integrate Sentry with slog, you need to set up a Sentry handler and configure the Sentry client.
2727

2828
```go
29-
{"onboardingOptions": {"performance": "12-16"}}
3029
import (
3130
"fmt"
3231
"log"
@@ -126,4 +125,3 @@ logger.
126125

127126

128127
Note: Ensure Sentry is flushed before the application exits to avoid losing any pending events.
129-

0 commit comments

Comments
 (0)