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
IMO the better approach here would be to move this logic (and define the spec around it) until the envelope crafting bits. This is still not ideal all the time because you're wasting CPU in prod when something might not sample/etc. I dont think we should compromise there, but it also smells funny to magically change the config.
It could just be something like if spotlight or should_sample: do the thing() and put those checks everywhere.
When someone sets
spotlight:true
in a Sentry SDK - we should up all sample rates.Tasks
The text was updated successfully, but these errors were encountered: