Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update flutter/lib/src/sentry_asset_bundle.dart
  • Loading branch information
ueman authored Jun 6, 2022
commit d194c3b1e1e6aad17e3a0bf41022fa16d286a888
2 changes: 1 addition & 1 deletion flutter/lib/src/sentry_asset_bundle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class SentryAssetBundle implements AssetBundle {
}

@override
// This is an override on Flutter 3.1 (I guess) and later
// This is an override on Flutter greater than 3.1
// ignore: override_on_non_overriding_member
Future<ImmutableBuffer> loadBuffer(String key) async {
final span = _hub.getSpan()?.startChild(
Expand Down