init method

void init()

Implementation

void init() async {
  await SentryFlutter.init(
    (options) {
      options.dsn =
          'https://5e574edadd133975285df394091e5e21@o4510392474271744.ingest.de.sentry.io/4510392484495440';
      // Enable logs to be sent to Sentry
      options.enableLogs = true;
    },
  );
}