Yet another release
- Add support for
X-Request-Id
header:- Parse from request headers
- Generate random ID if not provided
- ID is available in request context
- Add support for
X-Sentry-Id
header- Sentry EventID will be added as a header when event is emitted
- You should not call
.Write()
onhttp.ResponseWriter
before event is sent otherwise this will not work
- Remove dependency from github.com/go-chi/chi/middleware