You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, i am using both
import { datadogRum } from '@datadog/browser-rum';
import { datadogLogs } from '@datadog/browser-logs';
In my NextJS application and I see a lot of errors in the data dog console, I want to ignore some errors but it does not work.
Hello @DonikaV,
FMU, the error you're trying to filter is an HTTP error. In this case to filter on the message "XHR error POST domain.com/attributions/events" you need to check event.message not event.error.massage.
Hello guys, i am using both
import { datadogRum } from '@datadog/browser-rum';
import { datadogLogs } from '@datadog/browser-logs';
In my NextJS application and I see a lot of errors in the data dog console, I want to ignore some errors but it does not work.
This is what I have
inside the datadogLogs.init({}) I have added
But my data dog still full of errors
Like
XHR error POST domain.com/attributions/events
Failed to load
How I can ignore this errors? Thanks
The text was updated successfully, but these errors were encountered: