-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request_id() in BlueScreen #512
Comments
|
This is related to a more general problem. Large applications use what is called a ID can be logged in HTML BlueScreen for example like: Tracy could automatically implement a provider or interface to which the CorrelationId can be passed simply so that there is a system solution for this. More info: https://help.mypurecloud.com/articles/find-a-correlation-id/ and https://hilton.org.uk/blog/microservices-correlation-id |
When debugging complex applications I often need to pair a specific BlueScreen with a request that logs another system (for example Sentry, or one of our applications).
I use the
request_id()
function to tag requests, which is defined either by a specific environment or a shared package and provides a unique UUID for a specific request.In the BlueScreen footer, it would make sense to me to verify the existence of the
request_id()
function, and if it returns astring
, its value is displayed.Inspiration: https://packagist.org/packages/chrisguitarguy/request-id-bundle
Thanks.
The text was updated successfully, but these errors were encountered: