-
Notifications
You must be signed in to change notification settings - Fork 211
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
ignoredMessages not getting ignored #1140
Comments
The It looks like either your literal expressions are getting converted to strings, or I think you'll get the expected result with strings like: |
@waltjones Thanks however I tried with strings as well. This config will not block any exception:
unless I add:
🤯 |
+1 on this issue. We're facing the same at my company. |
We're having the same issue. |
@waltjones I'm fairly confident there is a bug in the rollbar SDK. |
With this configuration the ignoredMessages are getting ignored and not sent to rollbar however if I leave out the checkIgnore option they will be sent to rollbar. That's not what the docs say I think or am I misunderstanding them?
Using latest rollbar.js. I've tested several times back and forth to verify this.
The text was updated successfully, but these errors were encountered: