Ignoring "[native code]" errors in JavaScript

We get a decent amount of “[native code]” errors reported. Might be due to some kind of autocomplete code, or really anything that is running natively in js.

I know how to exclude items based on a string match of the error, but I don’t necessarily want to ignore the type of error, only when it is being reported from [native code].

Hey,

We are currently looking into this.
Will probably ship next week until we decided which way to go:

1 Like