Open
Description
When forwardErrorsToLogs
is explicitly enabled, Datadog adds error
to forwardConsoleLogs
:
browser-sdk/packages/logs/src/domain/configuration.ts
Lines 85 to 87 in 8df6ac0
However, if forwardErrorsToLogs
is omitted from the initial configuration, this does not happen, despite the fact that forwardErrorsToLogs
defaults to true.
Datadog should behave the same when forwardErrorsToLogs: true
and when forwardErrorsToLogs
is omitted.