Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Feb 25, 2025
1 parent feecc70 commit 1c20261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dart/lib/src/event_processor/enricher/flutter_runtime.dart
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import '../../protocol/sentry_runtime.dart';

// The Flutter version information can be fetched via Dart defines,
// see
// see
// - https://github.com/flutter/flutter/pull/140783
// - https://github.com/flutter/flutter/pull/163761
//
// This code lives in the Dart only Sentry code, since the code
// doesn't require any Flutter dependency.
// Additionally, this makes it work on background isolates in
// Flutter, where one may not initialize the whole Flutter Sentry
// SDK.
// SDK.
// The const-ness of the properties below ensure that the code
// is tree shaken in a non-Flutter environment.

Expand Down

0 comments on commit 1c20261

Please sign in to comment.