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 9379d43 commit 6b7a31dCopy full SHA for 6b7a31d
blackfire_conprof/profiler.py
@@ -80,7 +80,7 @@ def __init__(self, application_name=None, agent_socket=None,
80
# provide a way to set them
81
os.environ["DD_PROFILING_UPLOAD_INTERVAL"] = str(period)
82
os.environ["DD_PROFILING_API_TIMEOUT"] = str(upload_timeout)
83
- os.environ["DD_INSTRUMENTATION_TELEMETRY_ENABLED"] = False
+ os.environ["DD_INSTRUMENTATION_TELEMETRY_ENABLED"] = "False"
84
85
api_key = ''
86
if server_id and server_token:
0 commit comments