| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| from .handler import wrapper | ||
|
|
||
|
|
||
| def auto_load(_): |
There was a problem hiding this comment.
Check when entry point is being used
Sorry, something went wrong.
There was a problem hiding this comment.
check init twice
Sorry, something went wrong.
There was a problem hiding this comment.
check when AUTOWRAPT_BOOTSTRAP=epsagon called but no Epsagon installed
Sorry, something went wrong.
There was a problem hiding this comment.
Lock wrapt and autowrapt versions
Sorry, something went wrong.
There was a problem hiding this comment.
Make sure we don't auto-trace Tornado twice
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
There was a problem hiding this comment.
I don't see that the versions are locked
forgot to push?
Sorry, something went wrong.
| (EPSAGON_MIDDLEWARE,) + settings.MIDDLEWARE | ||
| ) | ||
| elif isinstance(settings.MIDDLEWARE, list): | ||
| settings.MIDDLEWARE = [EPSAGON_MIDDLEWARE] + settings.MIDDLEWARE |
There was a problem hiding this comment.
u can just .append
Sorry, something went wrong.
|
🎉 This PR is included in version 1.41.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In additon - auto-tracing Flask and Django apps.