We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d40b9 commit adff59cCopy full SHA for adff59c
docs/flask.asciidoc
@@ -76,7 +76,7 @@ apm = ElasticAPM(app, service_name='<APP-ID>', secret_token='<SECRET-TOKEN>')
76
===== Debug mode
77
78
NOTE: Please note that errors and transactions will only be sent to the APM Server if your app is *not* in
79
-http://flask.pocoo.org/docs/2.3.x/quickstart/#debug-mode[Flask debug mode].
+https://flask.palletsprojects.com/en/3.0.x/quickstart/#debug-mode[Flask debug mode].
80
81
To force the agent to send data while the app is in debug mode,
82
set the value of `DEBUG` in the `ELASTIC_APM` dictionary to `True`:
0 commit comments