Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Not possible to link an exception (or anything) to a request #3

Closed
gardnerjr opened this issue Jan 19, 2015 · 1 comment
Closed

Not possible to link an exception (or anything) to a request #3

gardnerjr opened this issue Jan 19, 2015 · 1 comment

Comments

@gardnerjr
Copy link
Contributor

The backend links requests and other telemetry calls during that request by using the request's id as the context.id in other calls.

but right now, the request id isn't settable because it gets created only when the request is sent. you can properly set the context.id for everything, but not using the value from request.

It appears there should be some concept of BeginRequest on TelemetryClient which you can call at the beginning of a request, get the id from that, use it to set context.id, and then call EndRequest when the request is completed?

@JakubOleksy
Copy link
Contributor

With the latest merge this issue is not resolved. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants