-
Notifications
You must be signed in to change notification settings - Fork 515
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(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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]> Co-authored-by: Anton Pirker <[email protected]> Co-authored-by: getsentry-bot <[email protected]>
…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 [email protected]