Categorygithub.com/aldy505/sentry-integration
repositorypackage
0.0.0-20241028054403-425f0b4c2301
Repository: https://github.com/aldy505/sentry-integration.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Sentry Integrations for Go

Package sentryintegration provides a set of drop-in replacement for some of popular Go packages to have it auto instrumented by Sentry dependency.

Why not just use OpenTelemetry dependency? Well if you're already uses Sentry and not dependend by OpenTelemetry at all, and to fight the current issue that by using OpenTelemetry span processor the SDK will capture 100% of spans, whatever value you're setting on at the front initialization wouldn't be respected.

If there are any other packages that needs to be instrumented directly using Sentry-only dependency, please submit a GitHub issue.

License

MIT