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
As discussed internally, as a follow-up to @whitep4nth3r's Nuxt stream, we want to add a wizard step to configure one of the most critical points for distributed tracing: Setting up tracePropagationTargets.
Such a step could ask users for domains their app will send requests to and add them to the tracePropagationTargets array. Ideally, we construct a RegExp for these, to avoid attaching headers to GA or other requests where URLs are mentioned in query params.
The text was updated successfully, but these errors were encountered:
As discussed internally, as a follow-up to @whitep4nth3r's Nuxt stream, we want to add a wizard step to configure one of the most critical points for distributed tracing: Setting up
tracePropagationTargets
.Such a step could ask users for domains their app will send requests to and add them to the
tracePropagationTargets
array. Ideally, we construct a RegExp for these, to avoid attaching headers to GA or other requests where URLs are mentioned in query params.The text was updated successfully, but these errors were encountered: