Skip to content

Commit

Permalink
Update flutter/lib/src/integrations/on_error_integration.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jan 31, 2023
1 parent d9d25fb commit 0d9dba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/src/integrations/on_error_integration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class OnErrorIntegration implements Integration<SentryFlutterOptions> {
_defaultOnError = wrapper.onError;

_integrationOnError = (Object exception, StackTrace stackTrace) {

_options!.logger(
SentryLevel.error,

"Uncaught Platform Error",
logger: 'sentry.platformError',
exception: exception,
Expand Down

0 comments on commit 0d9dba7

Please sign in to comment.