-
Notifications
You must be signed in to change notification settings - Fork 555
feat(integration): Add Falcon integration #346
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
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 is great, thank you! I left a few comments which I think need addressing before we can merge this. Also we need to update the docs at https://github.com/getsentry/sentry-docs, see getsentry/sentry-docs#867 for a recent example on how this works.
Also I think this integration doesn't work for Python 2, see CI. |
Thanks for your useful feedback @untitaker, much appreciated ❤ |
01a3d45
to
e120d90
Compare
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.
All requested changes have been implemented.
@untitaker docs PR can be found here: getsentry/sentry-docs#924 |
Will release |
Thanks for this awesome integration @jmagnusson! |
No probs - Thank you for the great feedback 😀 |
0.7.11 is released and the docs are deployed as well: https://docs.sentry.io/platforms/python/falcon/ |
Adds support for the Falcon web framework. Any feedback or suggestions would be greatly appreciated.