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