obsi_error_sentry library

Classes

SentryErrorExporter
Exports Obsi error reports through the Sentry Dart SDK.

Functions

applyErrorReportToSentryScope(ErrorReport report, Scope scope) Future<void>
Applies the vendor-neutral report fields to an isolated Sentry scope.

Typedefs

SentryCapture = Future<SentryId> Function(Object exception, {SentryMessage? message, dynamic stackTrace, ScopeCallback? withScope})
Defines the sentry capture type.

Exceptions / Errors

SentryDeliveryRejectedException
Represents sentry delivery rejected exception.