Skip to content

Commit 8e1f4e8

Browse files
committed
[Python-conprof] Disable code_provenance
1 parent 50f634d commit 8e1f4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blackfire_conprof/profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def __init__(self, application_name=None, agent_socket=None,
9898
tags=labels,
9999
url=agent_socket,
100100
api_key=api_key,
101+
enable_code_provenance=False,
101102
)
102103

103104
def start(self, *args, **kwargs):

0 commit comments

Comments
 (0)