SentryHandler constructor

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

Implementation

SentryHandler(
  this.sentryClient, {
  this.userContext,
  this.serverName = 'Catcher 2',
  this.loggerName = 'Catcher 2',
  this.enableDeviceParameters = true,
  this.enableApplicationParameters = true,
  this.enableCustomParameters = true,
  this.printLogs = true,
  this.customEnvironment,
  this.customRelease,
});