Package io.sentry.util
Class ErrorUtils
java.lang.Object
io.sentry.util.ErrorUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isIgnored
(@Nullable List<FilterString> ignoredErrors, @NotNull SentryEvent event) Checks if an error has been ignored.
-
Constructor Details
-
ErrorUtils
public ErrorUtils()
-
-
Method Details
-
isIgnored
@Internal public static boolean isIgnored(@Nullable @Nullable List<FilterString> ignoredErrors, @NotNull @NotNull SentryEvent event) Checks if an error has been ignored.
-