Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/flask.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ apm = ElasticAPM(app, service_name='<APP-ID>', secret_token='<SECRET-TOKEN>')
[[flask-debug-mode]]
===== Debug mode

Please note that errors and transactions will only be sent to the APM Server if your app is *not* in
http://flask.pocoo.org/docs/0.12/quickstart/#debug-mode[debug mode].
NOTE: Please note that errors and transactions will only be sent to the APM Server if your app is *not* in
http://flask.pocoo.org/docs/2.3.x/quickstart/#debug-mode[Flask debug mode].

To force the agent to send data while the app is in debug mode,
set the value of `DEBUG` in the `ELASTIC_APM` dictionary to `True`:
Expand Down