configureScope method

  1. @override
void configureScope(
  1. ScopeCallback callback
)
override

Configures the scope through the callback.

Implementation

@override
void configureScope(ScopeCallback callback) =>
    Sentry.configureScope(callback);