You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ For Django version 1.9.x, instead set:
34
34
To enable the Flask instrumentation, set the following environment variable in your _application boot environment_ and then restart your application:
35
35
36
36
`export AUTOWRAPT_BOOTSTRAP=flask`
37
+
38
+
## WSGI Compliant Stacks
39
+
40
+
The Instana sensor bundles with it WSGI middleware. The usage of this middleware is automated for various frameworks but for those that arent' supported yet, see the [WSGI documentation](WSGI.md) for details on how to manually add it to your stack.
0 commit comments