mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 19:15:31 +00:00
turn off profiling for now to see if that is what is causing segfaults
This commit is contained in:
parent
ed52f07251
commit
47ee1f73cc
@ -225,6 +225,6 @@ def configure_sentry(app: flask.app.Flask) -> None:
|
||||
traces_sample_rate=float(sentry_traces_sample_rate),
|
||||
traces_sampler=traces_sampler,
|
||||
# The profiles_sample_rate setting is relative to the traces_sample_rate setting.
|
||||
_experiments={"profiles_sample_rate": profiles_sample_rate},
|
||||
# _experiments={"profiles_sample_rate": profiles_sample_rate},
|
||||
before_send=before_send,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user