We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723c601 commit 5b816cbCopy full SHA for 5b816cb
1 file changed
main.py
@@ -60,6 +60,8 @@ def before_send(event, hint):
60
release=VERSION,
61
send_default_pii=True,
62
enable_logs=True,
63
+ # 先1.0(100%上报)试试
64
+ traces_sample_rate=1.0,
65
)
66
67
wm.app_start_time = time.perf_counter()
0 commit comments