mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot_merge: sentry issue via monkeypatch
`auto_session_tracking` causes issues when not specified on the super old version of the client which is available on ubuntu. Also disable tracing as it seems less useful than hoped for, and I've not been using what's been collected so far.
This commit is contained in:
parent
b1af2e573a
commit
e9f7252ed1
@ -35,7 +35,8 @@ def enable_sentry():
|
||||
def setup_sentry(dsn):
|
||||
sentry_sdk.init(
|
||||
dsn,
|
||||
traces_sample_rate=1.0,
|
||||
auto_session_tracking=False,
|
||||
# traces_sample_rate=1.0,
|
||||
integrations=[
|
||||
# note: if the colorformatter is enabled, sentry gets lost
|
||||
# and classifies everything as errors because it fails to
|
||||
|
Loading…
Reference in New Issue
Block a user