Skip to content

Commit cd640a7

Browse files
authored
emphasise the flask debug mode would stop error and transactions (#1903)
1 parent da93e7a commit cd640a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/flask.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ apm = ElasticAPM(app, service_name='<APP-ID>', secret_token='<SECRET-TOKEN>')
7575
[[flask-debug-mode]]
7676
===== Debug mode
7777

78-
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/0.12/quickstart/#debug-mode[debug mode].
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].
8080

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

0 commit comments

Comments
 (0)