Uses of Interface
com.inttegro.diagnostics.ErrorReporter
Packages that use ErrorReporter
-
Uses of ErrorReporter in com.inttegro
Constructors in com.inttegro with parameters of type ErrorReporterModifierConstructorDescriptionClient(String apiKey, ErrorReporter errorReporter) Create a client that sends privacy-safe final-failure reports to an application-owned reporter.Client(String apiKey, ErrorReporter errorReporter, ErrorReportingPolicy errorReportingPolicy) Create a client with application-owned error reporting and an explicit reporting policy.Client(String apiKey, String baseUrl, HttpClient httpClient, io.opentelemetry.api.OpenTelemetry openTelemetry, boolean telemetryEnabled, ErrorReporter errorReporter, ErrorReportingPolicy errorReportingPolicy) Create a fully configured client with optional application-owned error reporting.