From cd640a75c51e6efc510c2e44bb5f8eae6cc25141 Mon Sep 17 00:00:00 2001 From: Camille Li Date: Wed, 20 Sep 2023 02:44:40 +1000 Subject: [PATCH] emphasise the flask debug mode would stop error and transactions (#1903) --- docs/flask.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/flask.asciidoc b/docs/flask.asciidoc index ca7e36d4c..add7c844e 100644 --- a/docs/flask.asciidoc +++ b/docs/flask.asciidoc @@ -75,8 +75,8 @@ apm = ElasticAPM(app, service_name='', 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`: