-
Notifications
You must be signed in to change notification settings - Fork 230
Sentry Structured Logging for Go #1000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
One nit: the logging capability should support the |
Can we create follow up issues for logging library support? We don’t have to work on them now, we can prioritize based on user feedback. |
@giortzisg called it 😬 |
Opened #1015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
https://develop.sentry.dev/sdk/telemetry/logs/
Sentry is adding support for structured logging. Let's add it to the Go SDK!
a) https://pkg.go.dev/log/slog / https://docs.sentry.io/platforms/go/guides/slog/
b) https://pkg.go.dev/github.com/sirupsen/logrus / https://docs.sentry.io/platforms/go/guides/logrus/
c) https://pkg.go.dev/github.com/rs/zerolog / https://docs.sentry.io/platforms/go/guides/zerolog/
The text was updated successfully, but these errors were encountered: