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
We're using dd-trace with express and I'm trying to understand how I can ignore some errors from Error Tracking.
Giving a better context, we're creating some classes to handle specific business errors, and when required we throw these exceptions. Express GlobalErrorHandler then catches these errors and based on their type returns the BadRequest statusCode.
It happens we don't want this kind of exception to appear in Error Tracking, they are not exactly an error we should care about as they are expected.
I dig the docs but haven't found anything related to this. I also saw something related to this request here DataDog/dd-trace-php#1231
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Package Name
No response
Package Version(s)
No response
Describe the feature you'd like
We're using dd-trace with express and I'm trying to understand how I can ignore some errors from Error Tracking.
Giving a better context, we're creating some classes to handle specific business errors, and when required we throw these exceptions. Express GlobalErrorHandler then catches these errors and based on their type returns the BadRequest statusCode.
It happens we don't want this kind of exception to appear in Error Tracking, they are not exactly an error we should care about as they are expected.
I dig the docs but haven't found anything related to this. I also saw something related to this request here DataDog/dd-trace-php#1231
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: