-
Notifications
You must be signed in to change notification settings - Fork 554
Description
How do you use Sentry?
Self-hosted/on-premise
Version
1.33.0
Steps to Reproduce
We recently updated out Sentry SDK of our Django based product to 1.33.0 and shortly after we saw that our DB calls seem to be taking noticeably longer constantly. Everything still works fine so there's no obvious error. The same application with downgraded Sentry runs with faster calls consistently.
We are running Django 3.2.23 and the Django integration in sentry but even removing that integration has not made a difference in query time length. I have also disabled tracing with enable_tracing
set to False
which did not change anything.
I've looked at the changelog for 1.33.0 but can't see anything obvious that would cause this. Our application and DB are running in the same cloud services provider. Any ideas? Have only seen it for DB calls so far but not ruling out that it could be for any operation. Thanks in advance!
Expected Result
Upgraded Sentry would not effect the length of calls in the application.
Actual Result
Attached are sample performance metrics for a test set of calls we made that shows the difference between versions.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status