Skip to content

Commit a113c3c

Browse files
committed
adding comments
1 parent bcaa1a8 commit a113c3c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

config.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,13 @@ def sentry_configuration() -> dict:
116116
"""
117117
return {
118118
"sentry_monitoring": False,
119+
# Enter your Sentry Project URL here.
119120
"sentry_dsn_url": "",
120-
# Enter your Sentry Project URL here,
121-
"sentry_trace_rate": 1 # Enter Trace Rate Here.
121+
# Enter Trace Rate Here.
122+
"sentry_trace_rate": 1
123+
# Set sentry_trace_rate to 1.0 to capture 100%
124+
# of transactions for performance monitoring.
125+
# sentry_trace_rate is ratio of errors being
126+
# reported to the number of issues which arise.
127+
122128
}

0 commit comments

Comments
 (0)