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
Similar to this issue, Sentry's Django automatic instrumentation can create a large number of spans that can be irrelevant for users.
The options to control which operations create spans are limited, it is a simple on/off switch for middleware, signals and cache spans.
Solution Brainstorm
The JS SDK has an option to not create spans for certain urls, the solution can be same for spans matching a criteria (description, operation, specific signal)
The text was updated successfully, but these errors were encountered:
Problem Statement
Similar to this issue, Sentry's Django automatic instrumentation can create a large number of spans that can be irrelevant for users.
The options to control which operations create spans are limited, it is a simple on/off switch for middleware, signals and cache spans.
Solution Brainstorm
The JS SDK has an option to not create spans for certain urls, the solution can be same for spans matching a criteria (description, operation, specific signal)
The text was updated successfully, but these errors were encountered: