proxy.golang.org : github.com/mceachsamu/sentry-go
Package sentry is the official Sentry SDK for Go. Use it to report errors and track application performance through distributed tracing. For more information about Sentry and SDK features please have a look at the documentation site https://docs.sentry.io/platforms/go/. The first step is to initialize the SDK, providing at a minimum the DSN of your Sentry project. This step is accomplished through a call to sentry.Init. A more detailed yet simple example is available at https://github.com/mceachsamu/sentry-go/blob/master/example/basic/main.go. The Capture* functions report messages and errors to Sentry. Use similarly named functions in the Hub for concurrent programs like web servers. You can use Sentry to monitor your application's performance. More information on the product page https://docs.sentry.io/product/performance/. The StartSpan function creates new spans. The SDK has support for several Go frameworks, available as subpackages. For paid Sentry.io accounts, head out to https://sentry.io/support. For all users, support channels include: If you found an issue with the SDK, please report through https://github.com/mceachsamu/sentry-go/issues/new/choose. For responsibly disclosing a security issue, please follow the steps in https://sentry.io/security/#vulnerability-disclosure. Initializing the SDK with a custom HTTP transport gives a lot of flexibility to inspect requests and responses. This example adds before and after hooks.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/mceachsamu/sentry-go
License: BSD-2-Clause
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/mceachsamu
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago