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.
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.