I am trying to send my caught error to datadog.
try {
} catch(error) {
datadogRum.addError(error);
}
I can see the post 202 and the request id response but can't find it in datadog. Any ideas? Followed source: https://docs.datadoghq.com/real_user_monitoring/browser/collecting_browser_errors/?tab=npm