Uses of Class
io.github.projectunified.faststats.errortracker.ErrorTracker
Packages that use ErrorTracker
-
Uses of ErrorTracker in io.github.projectunified.faststats.errortracker
Methods in io.github.projectunified.faststats.errortracker that return ErrorTrackerModifier and TypeMethodDescriptionAdds an anonymization pattern replacement rule.Adds an anonymization pattern replacement rule.ErrorTracker.attributes(Consumer<Map<String, Object>> consumer) Modifies the global error context attributes using a consumer.ErrorTracker.attributes(Supplier<Map<String, Object>> supplier) Sets the global error context attributes using a supplier.static ErrorTrackerErrorTracker.contextAware()Creates a context-aware error tracker feature.static ErrorTrackerErrorTracker.contextUnaware()Creates a context-unaware error tracker feature.ErrorTracker.ignoreError(Class<? extends Throwable> type) Adds an error type that will not be reported.ErrorTracker.ignoreError(Class<? extends Throwable> type, String pattern) Adds an error type and message pattern string that will be ignored.ErrorTracker.ignoreError(Class<? extends Throwable> type, Pattern pattern) Adds an error type and message pattern that will be ignored.ErrorTracker.ignoreError(String pattern) Adds a pattern string that will be matched against error messages to ignore them.ErrorTracker.ignoreError(Pattern pattern) Adds a pattern that will be matched against error messages to ignore them.