You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.