Nev
Nev
Run and validate that it reproducers the issue
Move all reproduction files to AISKU/Tests/CloudFlareWorkerRepro folder
I'm not quite sure what your asking with the detail provided, but to "glean" your request from the title, I think you asking about how to "stop" us from registering...
These are all valid ways to stop the dependency requests from getting reported where - The configuration items stop the code from "hooking" the `fetch` and `XMLHttpRequest` so they are...
Glad to hear that this was helpful. In term so of "why" the dependency tracking is enabled by default, this has been the case for a very long time (well...
Agree, the telemetry initializers added before initialization should be valid and therefore process every event.
@siyuniu-ms Can you please investigate on why the above example is not "adding" and calling the telemetry initializer for all events. As I believe that we should be supporting adding...
If the page URL does not change then yes. Basically the `enableAutoRouteTracking: true,` configuration internally enables an event listener on the browsers `history` and when this event is fired by...
> enableAutoRouteTracking: false then it should generate new trace_id, right? No, only on page load (initialization of the SDK) > How to generate new traceparent or trace_id for every outgoing...
> If I understand correctly, According to you, Default behavior is correct->attaching same trace_id with "traceparent" in all requests under same page url is a best practise rather than attaching...