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 284d454 commit 2efd209Copy full SHA for 2efd209
open_api_framework/conf/base.py
@@ -849,7 +849,7 @@ def init_sentry(before_send: Callable | None = None):
849
ELASTIC_APM_SERVER_URL = config(
850
"ELASTIC_APM_SERVER_URL",
851
None,
852
- "URL where Elastic APM is hosted",
+ help_text="URL where Elastic APM is hosted",
853
group="Elastic APM",
854
)
855
ELASTIC_APM = {
@@ -867,7 +867,7 @@ def init_sentry(before_send: Callable | None = None):
867
"SECRET_TOKEN": config(
868
"ELASTIC_APM_SECRET_TOKEN",
869
"default",
870
- "Token used to communicate with Elastic APM",
+ help_text="Token used to communicate with Elastic APM",
871
872
),
873
"SERVER_URL": ELASTIC_APM_SERVER_URL,
0 commit comments