SentryHandler constructor

SentryHandler(
  1. SentryClient sentryClient, {
  2. SentryUser? userContext,
  3. bool enableDeviceParameters = true,
  4. bool enableApplicationParameters = true,
  5. bool enableCustomParameters = true,
  6. bool printLogs = true,
  7. String? customEnvironment,
  8. String? customRelease,
})

Implementation

SentryHandler(
  this.sentryClient, {
  this.userContext,
  this.enableDeviceParameters = true,
  this.enableApplicationParameters = true,
  this.enableCustomParameters = true,
  this.printLogs = true,
  this.customEnvironment,
  this.customRelease,
});