Skip to content

Commit 6b7a31d

Browse files
committed
fix tests
1 parent 9379d43 commit 6b7a31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blackfire_conprof/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(self, application_name=None, agent_socket=None,
8080
# provide a way to set them
8181
os.environ["DD_PROFILING_UPLOAD_INTERVAL"] = str(period)
8282
os.environ["DD_PROFILING_API_TIMEOUT"] = str(upload_timeout)
83-
os.environ["DD_INSTRUMENTATION_TELEMETRY_ENABLED"] = False
83+
os.environ["DD_INSTRUMENTATION_TELEMETRY_ENABLED"] = "False"
8484

8585
api_key = ''
8686
if server_id and server_token:

0 commit comments

Comments
 (0)