Skip to content
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

Add option to conditionally use signals in Django #1739

Closed
vladanpaunovic opened this issue Nov 14, 2022 · 2 comments
Closed

Add option to conditionally use signals in Django #1739

vladanpaunovic opened this issue Nov 14, 2022 · 2 comments
Assignees
Labels
Enhancement New feature or request Integration: Django Triaged Has been looked at recently during old issue triage

Comments

@vladanpaunovic
Copy link
Contributor

vladanpaunovic commented Nov 14, 2022

Make it possible for users to enable/disable the span generation for Django signals. In some projects there can be hundreds of signals be triggered with each request, this leads to a lot of noise in the UI and also possibly to data truncation because the payload of an event grows to big and then maybe important data is lost.

@vladanpaunovic vladanpaunovic transferred this issue from getsentry/raven-python Nov 14, 2022
@github-actions
Copy link

github-actions bot commented Dec 6, 2022

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@sentrivana
Copy link
Contributor

To turn off span creation for all signals, use signals_spans=False: https://docs.sentry.io/platforms/python/integrations/django/#options

There's a community PR to introduce a more granular denylist which we'll review soon.

@sentrivana sentrivana added Enhancement New feature or request Integration: Django Triaged Has been looked at recently during old issue triage labels Apr 8, 2024
@sentrivana sentrivana self-assigned this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Integration: Django Triaged Has been looked at recently during old issue triage
Projects
None yet
Development

No branches or pull requests

5 participants