Skip to content
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

sentry: log exception occuring before manifold.deferred is created #60

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

bcachet
Copy link
Member

@bcachet bcachet commented Jun 22, 2022

We are experiencing a Jackson serialization error while trying to capture an error into Sentry
This error is generated before the manifold.deferred representing the HTTP call is created
=> we are now wrapping the raven/capture! with a try/catch to log when such an error occurs

We are experiencing a Jackson serialization error while trying to capture an error into Sentry
This error is generated before the `manifold.deferred` representing the HTTP call is created
=> we are now wrapping the `raven/capture!` with a try/catch to log when such an error occurs
@bcachet bcachet merged commit b5bf670 into master Jun 22, 2022
@bcachet bcachet deleted the sentry_log-exceptions branch June 22, 2022 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants