Skip to content

Commit

Permalink
Update flask.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Mar 18, 2024
1 parent 09d40b9 commit 0286a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flask.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ apm = ElasticAPM(app, service_name='<APP-ID>', secret_token='<SECRET-TOKEN>')
===== 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].
https://flask.palletsprojects.com/en/3.0.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

0 comments on commit 0286a3d

Please sign in to comment.