-
Notifications
You must be signed in to change notification settings - Fork 213
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
IgnoreErrors not filtering certain events. #817
Labels
Comments
Since the values in IgnoreErrors are converted to regex patterns, characters This is how you can add it:
|
Could we change |
That's definitely a possibility. Is it handled that way in other SDKs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to filter the following errors on the SDK side:
*mysql.MySQLError
Error 188 (HY000): FTS query exceeds result cache limit
For that, we are using the ignoreErrors configuration with value:
Error 188 (HY000): FTS query exceeds result cache limit
, however it does not filter the events. Changing the filter to onlyFTS query exceeds result cache limit
serves as a workaround.SDK version: 0.25.0.
The text was updated successfully, but these errors were encountered: