Skip to content
Merged
Prev Previous commit
Next Next commit
Update
  • Loading branch information
buenaflor committed Jul 8, 2024
commit caea39467dabf93db643613b38600d5e2ffea58b
2 changes: 1 addition & 1 deletion flutter/lib/src/native/sentry_native_binding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class SentryNativeBinding {

Future<NativeAppStart?> fetchNativeAppStart();

Future<void> captureEnvelope(Uint8List envelopeData, bool isUnhandledException);
Future<void> captureEnvelope(Uint8List envelopeData, bool containsUnhandledException);

Future<void> beginNativeFrames();

Expand Down