sentry_file library

Classes

SentryFile
The Sentry wrapper for the File IO implementation that creates a span out of the active transaction in the scope and a breadcrumb, which gets added to the hub. The span is started before the operation is executed and finished after. The File tracing isn't available for Web.
SentryIOOverrides
If set to IOOverrides.global, newly created File instances will be of type SentryFile. Enable by adding SentryIOOverridesIntegration to SentryOptions.
SentryIOOverridesIntegration
When installed, every new file will be created as SentryFile. When installed, operations will use SentryFile instead of dart:io's File implementation whenever File is used.

Extensions

SentryFileExtension on File

Typedefs

Callback<T> = FutureOr<T> Function()