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

This is a draft PR to support grpc (see #240). The main goal is to gather feedback and agree on the interface. Thus tests are not written yet. Any feedback/comments...

Type: Feature
Status: Backlog

## Summary The current Sentry-go release (v0.13.0) depends on github.com/microcosm-cc/[email protected] which contains a vulnerability [CVE-2021-42576](https://nvd.nist.gov/vuln/detail/CVE-2021-42576) rated as Critical. Please bump up the imported bluemonday version to 1.0.16+ since the vulnerability...

Type: Feature

From dependabot: > The package github.com/valyala/fasthttp before 1.34.0 is vulnerable to Directory Traversal via the ServeFile function, due to improper sanitization. It is possible to be exploited by using a...

Type: Feature

## Summary Similar to https://github.com/getsentry/sentry-go/issues/423 there are a few high severity issues showing up in Snyk from dependencies. - `github.com/kataras/iris` [CVE-2021-23772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23772) / [Snyk](https://app.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMKATARASIRIS-2325169) - fixed in `github.com/kataras/[email protected]` - `github.com/kataras/iris/v12` [CVE-2021-23772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23772)...

Type: Bug

### Description We've updated the docs (https://github.com/getsentry/develop/pull/551) to explain how we would like to handle event filter order, updating of sessions for dropped events and sending of session updates. We...

Type: Feature

Build an integration for Edge DB. Having built in support for tracing with EdgeDB. https://www.edgedb.com/ This is the official Go client: https://github.com/edgedb/edgedb-go If you want to have such an integration,...

Type: Feature

## Summary SetContext function signature can be improved to make it clear to users that it only accept maps. Unless it is not a case and there is a bug...

Type: Bug

## Summary On macos, if the xcode dev tools are not installed and a release is not set in sentry, sentry triggers the xcode developer tools install workflow because it...

Type: Bug

## Summary The Sentry go module is dependent upon a number of third-party modules that have recognised security vulnerabilities. - github.com/kataras/iris/v12 - v12.1.8 This affects all versions of package github.com/kataras/iris;...

Type: Feature