profilerFactory property

  1. @internal
  2. @override
SentryProfilerFactory? get profilerFactory
override

Implementation

@internal
@override
SentryProfilerFactory? get profilerFactory =>
    Sentry.currentHub.profilerFactory;
  1. @internal
  2. @override
set profilerFactory (SentryProfilerFactory? value)
override

Implementation

@internal
@override
set profilerFactory(SentryProfilerFactory? value) =>
    Sentry.currentHub.profilerFactory = value;