SentryObsConfig constructor

const SentryObsConfig({
  1. required String dsn,
})

Implementation

const SentryObsConfig({required this.dsn});