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
feat(agent): add config option to not instrument framework exception handlers (#1113)
Our instrumentation of framework exception handlers can result in
excess, unwanted error events being generated. Sometimes, these events
are plentiful and diverse enough that manual filtering through them with
our other error related INI options is too much effort. In cases like
that, this setting exists as an easy solution. Errors may still appear
on spans, but error events will, in general, not be created. This works
especially well when the customer inserts their own error handling logic
into the stack, so that they are able to call our API for certain,
specific errors that they wish to be error events.
0 commit comments