-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow performance when Sentry integration is enabled #1893
Labels
Comments
@antonpirker as discussed, please disable signals instrumentation by default and make it opt-in. |
Looks similar to #1826 |
Because we have already a option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.11.1
Steps to Reproduce
Set the environment variable SENTRY_ENABLED to True
Run the command:
python manage.py sqlmigrate app
Record the time taken.
Python version:
3.9.15
Django version:
3.2.17
Os version: Debian
10.13 Slim
Expected Result
We have noticed that there is a significant impact on performance when the Sentry integration is enabled.
Actual Result
The text was updated successfully, but these errors were encountered: