0.4.0
Pre-release
Pre-release
Breaking Changes
- When recording a log message via
dd_logger_<level>()ordatadog::Logger::<Level>(), the API allows anerrparameter to be passed regardless of log level. - The
errvalue passed in log calls now accepts amessagestring, which will be included in resulting log and RUM events aserror.message.
Fixes
- When a logger forwards error details to RUM, RUM now correctly populates
error.messagefrom the error message rather than the log message text.