Uses of Class
com.vaadin.observability.micrometer.insights.RecentClientErrors
Packages that use RecentClientErrors
Package
Description
-
Uses of RecentClientErrors in com.vaadin.observability.micrometer
Methods in com.vaadin.observability.micrometer that return RecentClientErrorsModifier and TypeMethodDescriptionstatic RecentClientErrorsObservabilityKit.getRecentClientErrors()Gets the retained browser errors, ornullwhen any of the three settings they need was off — the in-browser collector, insights, or error instrumentation. -
Uses of RecentClientErrors in com.vaadin.observability.micrometer.insights
Constructors in com.vaadin.observability.micrometer.insights with parameters of type RecentClientErrorsModifierConstructorDescriptionClientErrorCollector(RecentClientErrors buffer, ObservabilitySettings settings) InsightsService(@Nullable RecentInteractions buffer, @Nullable RecentQueries queries, @Nullable RecentClientErrors clientErrors)