ISpectLoggerRiverpod extension
Trace helpers for Riverpod provider lifecycle events.
These are typically emitted by the ispectify_riverpod observer - call
them directly only when instrumenting a custom ProviderObserver.
- on
Methods
-
riverpodAdd(
{required String source, required String target, Map< String, Object?> ? meta, String? correlationId, ISpectTraceConfig? config, String? consoleMessage}) → void -
Available on ISpectLogger, provided by the ISpectLoggerRiverpod extension
LogsdidAddProviderunder stateCategory with theriverpod-addkey. -
riverpodDispose(
{required String source, required String target, Map< String, Object?> ? meta, String? correlationId, ISpectTraceConfig? config, String? consoleMessage}) → void -
Available on ISpectLogger, provided by the ISpectLoggerRiverpod extension
LogsdidDisposeProviderunder stateCategory with theriverpod-disposekey. -
riverpodFail(
{required String source, required String target, required Object error, StackTrace? errorStackTrace, Map< String, Object?> ? meta, String? correlationId, ISpectTraceConfig? config, String? consoleMessage}) → void -
Available on ISpectLogger, provided by the ISpectLoggerRiverpod extension
LogsproviderDidFailunder stateCategory with theriverpod-failkey. -
riverpodUpdate(
{required String source, required String target, Map< String, Object?> ? meta, String? correlationId, ISpectTraceConfig? config, String? consoleMessage}) → void -
Available on ISpectLogger, provided by the ISpectLoggerRiverpod extension
LogsdidUpdateProviderunder stateCategory with theriverpod-updatekey.