Skip to content

Commit 570b494

Browse files
Update Falcon doc to not suggest a DATADOG_ envar (#2997)
Co-authored-by: Brett Langdon <[email protected]>
1 parent 60a06ea commit 570b494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/contrib/falcon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
app = falcon.API()
1919
2020
To disable distributed tracing when using autopatching, set the
21-
``DATADOG_FALCON_DISTRIBUTED_TRACING`` environment variable to ``False``.
21+
``DD_FALCON_DISTRIBUTED_TRACING`` environment variable to ``False``.
2222
2323
**Supported span hooks**
2424

0 commit comments

Comments
 (0)