diff --git a/dart/lib/src/event_processor/enricher/io_enricher_event_processor.dart b/dart/lib/src/event_processor/enricher/io_enricher_event_processor.dart index 2fbd6429ea..9477d61c7b 100644 --- a/dart/lib/src/event_processor/enricher/io_enricher_event_processor.dart +++ b/dart/lib/src/event_processor/enricher/io_enricher_event_processor.dart @@ -71,7 +71,6 @@ class IoEnricherEventProcessor implements EnricherEventProcessor { List _getRuntimes(List? runtimes) { // Pure Dart doesn't have specific runtimes per build mode // like Flutter: https://flutter.dev/docs/testing/build-modes - final dartRuntime = SentryRuntime( name: 'Dart', version: dartVersion,