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 2959801 commit 43e286aCopy full SHA for 43e286a
docs/platforms/go/guides/slog/index.mdx
@@ -26,7 +26,6 @@ go get github.com/getsentry/sentry-go/slog
26
To integrate Sentry with slog, you need to set up a Sentry handler and configure the Sentry client.
27
28
```go
29
-{"onboardingOptions": {"performance": "12-16"}}
30
import (
31
"fmt"
32
"log"
@@ -126,4 +125,3 @@ logger.
126
125
127
128
Note: Ensure Sentry is flushed before the application exits to avoid losing any pending events.
129
-
0 commit comments