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
ref(tracing): Restore ability to have tracing disabled (#991)
This partially reverts
#948
and
6fc2287,
to restore the ability to disable tracing, which allows it to truly be opt-in as per the spec, which is detailed here:
https://develop.sentry.dev/sdk/performance/#sdk-configuration).
Note that this does not change the behavior that PR was made to reinstate - the model wherein the front end makes sampling decisions, the backend has `traces_sample_rate` set to `0`, and the result is that the backend samples according to the front end decision when there is one, but otherwise does not send transactions.
0 commit comments