Sentry constructor

Sentry({
  1. String? url,
  2. bool? enabled,
  3. bool? debugEnabled,
  4. int? debugIntent,
})

Implementation

Sentry({this.url, this.enabled, this.debugEnabled, this.debugIntent});