networkteam / sentry_client

TYPO3 Extension for exception logging with sentry, see http://www.getsentry.com
33 stars 36 forks source link

[FEATURE] add request-id as a tag for tracing #59

Closed bergo closed 2 years ago

bergo commented 2 years ago

A submitted request-id is added as a tag to the scope. If it is not set, it is submitted empty.

cweiske commented 2 years ago

See https://blog.sentry.io/2019/01/31/using-nginx-sentry-trace-errors-logs

networkteamcom commented 2 years ago

Looks fine be reading. @christophlehmann what is your opinion?

hlubek commented 2 years ago

Looks good to me. Would be great to mention the expected header in the readme.

bergo commented 2 years ago

Ok, added some docs