Skip to content

Automatically generate trace ids in the logs and added more tags to sentry

Latest
Compare
Choose a tag to compare
@ajscholl ajscholl released this 24 Oct 16:10

This release adds the app family and group to the tags provided to sentry. It also changes the no-op trace id provider to instead provide a local trace id. Thus, you will have a trace id in the future on most logs (from a consumed message or HTTP request) which is forwarded to all downstream services using gosoline. Finally, the X-Request-ID and X-Session-ID HTTP headers are now also added to the context (if present) and will be available for all messages produced in some way from an HTTP request.