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
feat(tracing): Add tracePropagationTargets option to browser routing instrumentation (#6080)
As part of the work on #5285, this adds a new option, `tracePropagationTargets`, to our browser-side tracing instrumentation, to live alongside (and eventually take the place of) `tracingOrigins`. Its behavior matches that of `tracingOrigins`, but it has a much clearer name.
Switching from internal use of `tracingOrigins` to `tracePropagationTargets` to come in future PRs.
Note: This is what remained of #6041 after the fix in #6079 was split off. h/t @timfish for the initial work in that PR.
0 commit comments