mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 21:08:18 +00:00
turn off profiling for now to see if that is what is causing segfaults
This commit is contained in:
parent
733fe927ea
commit
74984c8ec7
@ -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