Skip to content

0.4.0

Pre-release
Pre-release

Choose a tag to compare

@awforsythe awforsythe released this 16 Jun 15:57
0.4.0
ded58a5

Breaking Changes

  • When recording a log message via dd_logger_<level>() or datadog::Logger::<Level>(), the API allows an err parameter to be passed regardless of log level.
  • The err value passed in log calls now accepts a message string, which will be included in resulting log and RUM events as error.message.

Fixes

  • When a logger forwards error details to RUM, RUM now correctly populates error.message from the error message rather than the log message text.