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 9a230bf commit 87942a6Copy full SHA for 87942a6
docs/platforms/go/guides/logrus/index.mdx
@@ -16,7 +16,7 @@ Go API documentation for the [`sentrylogrus` package](https://pkg.go.dev/github.
16
/>
17
18
```bash
19
-go get go get github.com/getsentry/sentry-go/logrus
+go get github.com/getsentry/sentry-go/logrus
20
```
21
22
<Break />
@@ -79,7 +79,7 @@ import (
79
80
// Log a FatalLevel entry to STDERR, send to Sentry, and terminate the application
81
logger.Fatalf("can't continue...")
82
-
+
83
84
85
## Configure
0 commit comments