-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Add ignoreTransactions and ignoreErrors #2660
Comments
We already have ignoreExceptionsForType, is this supposed to be It's fine to track this for android here as well, imo. |
Keep client reports in mind: getsentry/team-webplatform-meta#46 (comment) |
@smeubank Can you provide the final decision on this issue? |
if this is the same as ignoreErrors in other platforms then it will suffice, would be ideal if the naming was more similar for simplicity of understanding across platforms. Seems it may behave slightly different to the other options in other SDKs though ignoreTransactions is still needed in java and android according to docs |
Java behavior: only applies to specific class type, but not child classes. - as opposed to .net and Dart. |
Let's just focus on adding |
Background:
To further simplfiy ignoring certain events from being sent to sentry, it is also suggested to provide
ignoreTransactions
andignoreErrors
More info here develop docs updated: https://develop.sentry.dev/sdk/features/#event-sampling
The text was updated successfully, but these errors were encountered: