We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f404fa commit 5ef76ccCopy full SHA for 5ef76cc
1 file changed
src/logdetective_packit/main.py
@@ -36,7 +36,9 @@
36
http_bearer = HTTPBearer()
37
38
# Set the LD_PACKIT_INTERFACE_SENTRY_DSN env variable beforehand
39
-sentry_sdk.init(dsn=os.environ.get("LD_PACKIT_INTERFACE_SENTRY_DSN"))
+sentry_sdk.init(
40
+ dsn=os.environ.get("LD_PACKIT_INTERFACE_SENTRY_DSN"), traces_sample_rate=1.0
41
+)
42
43
# Setup logging for fedora-messaging
44
conf.setup_logging()
0 commit comments