Skip to content

Commit

Permalink
Update flutter/lib/src/native/cocoa/sentry_native_cocoa.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
vaind and buenaflor authored Aug 6, 2024
1 parent cfefe5b commit 87ef33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/src/native/cocoa/sentry_native_cocoa.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SentryNativeCocoa extends SentryNativeChannel {

Uint8List? imageBytes;
await _replayRecorder?.capture((image) async {
var imageData =
final imageData =
await image.toByteData(format: ImageByteFormat.png);
if (imageData != null) {
options.logger(
Expand Down

0 comments on commit 87ef33a

Please sign in to comment.