-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ref(browser): Set more descriptive mechanism.type
in browserApiErrorsIntergation
#17251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
return event; | ||
}); | ||
|
||
// no need to add a mechanism here, we already add it via an event processor above |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrap
is only called by browserApiErrors
, where I changed type
below.
size-limit report 📦
|
f5bf5d1
to
c13ca98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not great we have to remove function
as it's been like that forever, but it's nice to have this be searchable through mechanism type now!
type
now follows the trace origin naming scheme. Omitteddata.function
in favour of more specific types.see #17212
closes #17250