Include in Inbound filters the error of Google Translate extension: a[b].target.className.indexOf is not a function
See original GitHub issue- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other:
Version:
5.11.0
Description
Google Translate extension throws this error a[b].target.className.indexOf is not a function
when is activated to translate a page. There is a similar issue created in the python repository https://github.com/getsentry/sentry/pull/10153, but I noticed that is open from 2018.
Steps to reproduce
- Install Google Translate Chrome extension
- Go to https://reactjs.org/
- Open Chrome Developer Tools, the Console tab
- Activate the extension and browse on the website
- Check the error
a[b].target.className.indexOf is not a function
appears in the console
I have included the error in the ignoreError
list but I think that probably is better include it in Inbound filters browser extensions category to every Sentry user has this configuration by default
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
a[b].target.className.indexOf is not a function, at least not mine
Now I don't see the PayPal error but this strange error: Uncaught Exception: a[b].target.className.indexOf is not a function. I am starting to search...
Read more >Error Uncaught TypeError: e.target.className.indexOf is not a ...
No, is when the modal close, but if i remove the data-dismiss the error disappear. I remove the (click) function and the error...
Read more >Polycom UC Software Administrator Guide 5.4.0 A
software at a charge not greater than the cost to Polycom of shipping or distributing the software to you. To receive software information,...
Read more >Apache Camel Development Guide Red Hat Fuse 7.8
A DSL does not have to be logically complete but needs enough expressive power to ... Filter”: Uses a predicate expression to filter...
Read more >Apex Developer Guide - Salesforce Implementation guides
database stored procedures, Apex does not attempt to provide general support for ... The Developer Console and the Salesforce extensions for.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, it belongs there, but we backed it out from Python as part of https://github.com/getsentry/sentry/pull/10153 a much longer time ago. Basically nobody contributed a functional regex yet.
Here’s a source code for the filtering - https://github.com/getsentry/relay/blob/master/relay-filter/src/browser_extensions.rs
@jan-auer @untitaker do you think it may actually belong there?