feat(falcon): Update of Falcon Integration - #1733
Conversation
Update to the Falcon integration to support Falcon 3.0.1
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6ab2054 to
979b8c5
Compare
| # and `falcon.API` to `falcon.App` | ||
| try: | ||
| import falcon.app # type: ignore | ||
| import falcon.app_helpers # type: ignore |
There was a problem hiding this comment.
It would be preferable to attempt to import falcon.app_helpers first, then import falcon.api_helpers if the first fails.
Otherwise, the current code will keep complaining with deprecation warnings that api_helpers has been renamed.
|
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
|
Hey @bartolootrit ! Sorry for the whole thing taking so long. |
I'll try |
|
Hey @bartolootrit ! |
|
Hey @bartolootrit ! |
…one instance this was impossible to we use httpstat.us now.
* release: 1.15.0 * Made nice changelog * Falcon 3 integration installation check --------- Co-authored-by: getsentry-bot <bot@sentry.io> Co-authored-by: Anton Pirker <anton.pirker@sentry.io> Co-authored-by: getsentry-bot <bot@getsentry.com>
…hon into antonpirker/falcon3
Made Falcon integration support version 3.0.1.
Also added new Falcon versions to the test suite.
Used to be this PR: #1297
Co-authored-by: bartolootrit bartolootrit@users.noreply.github.com