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

feat: Sentry integration for autoendpoint #196

Merged
merged 6 commits into from
Jul 27, 2020

Conversation

AzureMarker
Copy link
Contributor

Major changes:

  • Errors and panics that occur in handlers are now reported to Sentry. Because sentry-actix does not support Actix >= 1.0, a custom sentry middleware was developed.

Minor changes:

  • Changed Sentry transport from curl to the default (reqwest).

Closes #155

@AzureMarker AzureMarker merged commit 674d7d2 into master Jul 27, 2020
@AzureMarker AzureMarker deleted the feat/autoendpoint-sentry branch July 27, 2020 20:03
This was referenced Oct 16, 2020
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.

[autoendpoint] Add sentry support to web handlers
2 participants