-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop fork and update to latest sentry-go #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thanks for extensively manual testing this!
Ok, this change is amazing. I had feared that by upgrading the dependency, we'd need to also change the API inside the errors library. I'm glad this is not the case. That being said, before we merge this we will also want to test it out with CockroachDB and our Sentry account, to verify the issues get filed accurately. I will schedule some work on that direction and keep you updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @jhchabran)
Thank you! It really went nicely, though I have to mention that I pulled my hairs on the tests because I had cloned the repo under a different name
I totally understand and I'm really grateful for you taking the time to do this soon. I know that testing these things can be really annoying, so feel free to reach out if I can help with anything! EDIT:
@knz This seems to imply I have something else to do. Is that the case? I'm not sure to see what else I could do here! |
nah you're good. |
@knz I just noticed while reading the changelog that Is that okay or is that too big of a jump for the users? I'll reflect that decision with another commit. |
This works as per cockroachdb/cockroach#76439 |
Fixes #36
Fixes #41
This PR drops the fork and updates to the latest stable
sentry-go
release (v0.12.0).Because that's quite a jump, even though there are no breaking changes, I did some manual tests, to make sure everything still looks correct (see the folds below).
Tests are green locally.
Quick script I used to QA
cmd/qa/main.go
Screenshots
This change is