-
Notifications
You must be signed in to change notification settings - Fork 575
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
[MX-111] - Update Sentry #3037
[MX-111] - Update Sentry #3037
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.
This looks perfect, thank you 🙏
Sentry.withScope(scope => { | ||
scope.setExtra("slug", this.props.artworkAboveTheFold.slug) | ||
Sentry.captureMessage("failed to refresh artwork") | ||
}) |
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.
[no action required] ooh, interesting, this Hub/Scope abstraction seems really useful. For future work it might be useful for us to provide a scoped hub for each page 🤔 I'll add a ticket to the backlog.
Finally ready for review! Thanks for the help!
https://artsyproduct.atlassian.net/browse/MX-111
Here is an event with native breadcrumbs interleaved with javascript after the patch:
https://sentry.io/organizations/artsynet/issues/1493286938/events/d142f9410a5b4bda9447a8e45471d7f0/?project=166818
Here is a native crash showing only native breadcrumbs:
https://sentry.io/organizations/artsynet/issues/1531708186/?project=166818&query=&statsPeriod=14d
Co-authored with @ashfurrow @ds300