Sending Network errors, when the flag forwardErrorsToLogs
is false.
#1590
Labels
bug
Something isn't working
forwardErrorsToLogs
is false.
#1590
Hi guys.
I've noticed that amount of network errors has been increased significantly after upgrading
@datadog/browser-logs
to 4.9.0 from 3.7.0. I've checked the init configuration to be sure, that I've disabled forwarding all errors toDataDog
using the flagforwardErrorsToLogs
withfalse
value. And this flag actually hasfalse
value, but network errors are still sent toDataDog
and I'm able to see them inLog Explorer
.So I've checked the source code of sdk and this flag is used only for collecting runtime errors, but it isn't used for network errors and the usage were removed in the PR #1463 (but it is still disable gathering network errors in the version 4.7.0 .
So I'm curious does this flag still disable gathering network errors anymore? Thanks.
The text was updated successfully, but these errors were encountered: