Skip to content

Commit 5b816cb

Browse files
authored
Set traces_sample_rate to 1.0 for full reporting
Signed-off-by: ws xyt <102407247+WSXYT@users.noreply.github.com>
1 parent 723c601 commit 5b816cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def before_send(event, hint):
6060
release=VERSION,
6161
send_default_pii=True,
6262
enable_logs=True,
63+
# 先1.0(100%上报)试试
64+
traces_sample_rate=1.0,
6365
)
6466

6567
wm.app_start_time = time.perf_counter()

0 commit comments

Comments
 (0)