Currently CockroachDb files issues to Sentry.io using an outdated version of sentry-go (SDK 0.6.1).
The filing of issues happens automatically via the errors library.
This week, an external contributor volunteered to upgrade the sentry-go dependency in errors: cockroachdb/errors#92
Before we accept this PR, we need to qualify this inside CockroachDB:
- create a build of CockroachDB with the proposed patch in
errors.
- point the build to our dev instance in Sentry.io
- trigger a reportable error
- check in the Sentry UI that the error report is 1) actually filed and 2) that the metadata is preserved just as well as in the previous SDK version.
Currently CockroachDb files issues to Sentry.io using an outdated version of sentry-go (SDK 0.6.1).
The filing of issues happens automatically via the errors library.
This week, an external contributor volunteered to upgrade the sentry-go dependency in
errors: cockroachdb/errors#92Before we accept this PR, we need to qualify this inside CockroachDB:
errors.