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 bb34b27 commit da5aea0Copy full SHA for da5aea0
docs/flask.asciidoc
@@ -51,7 +51,7 @@ To configure the agent using `ELASTIC_APM` in your application's settings:
51
----
52
from elasticapm.contrib.flask import ElasticAPM
53
54
-app.config['ELASTIC_APM'] ={
+app.config['ELASTIC_APM'] = {
55
'SERVICE_NAME': '<SERVICE-NAME>',
56
'SECRET_TOKEN': '<SECRET-TOKEN>',
57
}
0 commit comments