https://github.com/aldy505/sentry-integration
Sentry tracing integrations for Go
https://github.com/aldy505/sentry-integration
Last synced: 2 months ago
JSON representation
Sentry tracing integrations for Go
- Host: GitHub
- URL: https://github.com/aldy505/sentry-integration
- Owner: aldy505
- License: mit
- Created: 2024-02-11T12:46:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-11T06:56:08.000Z (7 months ago)
- Last Synced: 2024-10-12T16:11:10.459Z (7 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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](./LICENSE)