sentry-go icon indicating copy to clipboard operation
sentry-go copied to clipboard

The official Go SDK for Sentry (sentry.io)

Results 197 sentry-go issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.6.0 to 1.34.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.34.0 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov) 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer) 7670c6e Fix windows tests...

dependencies

Towards: https://github.com/getsentry/sentry-go/issues/465 On latest [`master` ](https://github.com/getsentry/sentry-go/commit/26ea60338007cb88445870a06353fb79df9d8338), [nancy](https://github.com/sonatype-nexus-community/nancy) found 4 vulnerable dependencies with 5 high to critical CVEs. - pkg:golang/github.com/kataras/iris/[email protected] : [CVE-2021-23772](https://ossindex.sonatype.org/vulnerability/CVE-2021-23772?component-type=golang&component-name=github.com%2Fkataras%2Firis%2Fv12&utm_source=nancy-client&utm_medium=integration&utm_content=0.0.0-dev) ( CVSS Score : 8.8/10 (High) ) - pkg:golang/github.com/microcosm-cc/[email protected]...

## Summary On latest [`master` ](https://github.com/getsentry/sentry-go/commit/26ea60338007cb88445870a06353fb79df9d8338), [nancy](https://github.com/sonatype-nexus-community/nancy) found 4 vulnerable dependencies with 5 high to critical CVEs. - pkg:golang/github.com/kataras/iris/[email protected] : [CVE-2021-23772](https://ossindex.sonatype.org/vulnerability/CVE-2021-23772?component-type=golang&component-name=github.com%2Fkataras%2Firis%2Fv12&utm_source=nancy-client&utm_medium=integration&utm_content=0.0.0-dev) ( CVSS Score : 8.8/10 (High) ) - pkg:golang/github.com/microcosm-cc/[email protected]...

Type: Bug

For the gRPC service (without official plugin), we needs to track the transaction between services, so how to set `TraceID` to ensure they are under the same transaction?

Type: Feature
Performance

This adds a new exported function to return a `sentry.Stacktrace` with a customized stack frame offset. Fixes #458

As part of our migration to Sentry, we've been updating our internal Go libraries to use `sentry-go`. Our Snyk CI pinged us with a couple of CVEs, listed in #438...

- github.com/kataras/iris: CVE-2021-23772 - github.com/microcosm-cc/bluemonday: CVE-2021-42576

Anyone reading the readme is likely using go modules. Plus the last three versions of go are supported, which means `1.15` is the oldest supported version, so 99% of users...

In one of my projects, I need to do performance monitoring for complex tasks with the highest possible accuracy. Due to some of the tasks are long running, the current...