Migrate to sentry-go
2 unresolved threads
2 unresolved threads
Compare changes
Files
251-
The `github.com/getsentry/raven-go` was deprecated in favor of `github.com/getsentry/sentry-go`. Update the dependency to the latest version of `github.com/getsentry/sentry-go` and remove `raven-go` as a dependency, following the [migration guide](https://docs.sentry.io/platforms/go/migration/). This update does not break any downstream clients to keep backwards compatibility. We cannot completely remove the `raven-go` dependency since we have `correlation/raven` package (deprecated) that exposes raven specific information.