SentryLogger constructor

SentryLogger({
  1. required SentryConfig config,
})

Implementation

SentryLogger({required SentryConfig config}) : super(name: 'SentryLogger') {
  SentryFlutter.init(
    config.optionsConfiguration,
    appRunner: config.appRunner,
  );
}