Observabilityedit

The client does not provide a default logger, but instead it offers an event emitter interfaces to hook into internal events, such as request and response.

Correlating those events can be quite hard, especially if your applications have a large codebase with many events happening at the same time.

To help you with this, the client offers you a correlation id system and other features, let’s see them in action.