Skip to content

Commit d5c1f0d

Browse files
committed
organize imports
1 parent 7b25235 commit d5c1f0d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dart/lib/src/sentry_envelope.dart

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
import 'dart:convert';
2+
23
import 'client_reports/client_report.dart';
34
import 'metrics/metric.dart';
45
import 'protocol.dart';
5-
import 'sentry_item_type.dart';
6-
import 'sentry_options.dart';
7-
import 'sentry_trace_context_header.dart';
8-
import 'utils.dart';
96
import 'sentry_attachment/sentry_attachment.dart';
107
import 'sentry_envelope_header.dart';
118
import 'sentry_envelope_item.dart';
9+
import 'sentry_item_type.dart';
10+
import 'sentry_options.dart';
11+
import 'sentry_trace_context_header.dart';
1212
import 'sentry_user_feedback.dart';
13+
import 'utils.dart';
1314

1415
/// Class representation of `Envelope` file.
1516
class SentryEnvelope {

0 commit comments

Comments
 (0)