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. The span is started before the operation is executed and finished after. The File tracing isn't available for Web.

Extensions

SentryFileExtension on File

Typedefs

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