SentryHandler constructor
SentryHandler(
- SentryClient sentryClient, {
- SentryUser? userContext,
- String serverName = 'Catcher 2',
- String loggerName = 'Catcher 2',
- bool enableDeviceParameters = true,
- bool enableApplicationParameters = true,
- bool enableCustomParameters = true,
- bool printLogs = true,
- String? customEnvironment,
- 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,
});