WARNING: Version 5.x has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Observability
editObservability
editThe 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.