We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b25235 commit d5c1f0dCopy full SHA for d5c1f0d
dart/lib/src/sentry_envelope.dart
@@ -1,15 +1,16 @@
1
import 'dart:convert';
2
+
3
import 'client_reports/client_report.dart';
4
import 'metrics/metric.dart';
5
import 'protocol.dart';
-import 'sentry_item_type.dart';
6
-import 'sentry_options.dart';
7
-import 'sentry_trace_context_header.dart';
8
-import 'utils.dart';
9
import 'sentry_attachment/sentry_attachment.dart';
10
import 'sentry_envelope_header.dart';
11
import 'sentry_envelope_item.dart';
+import 'sentry_item_type.dart';
+import 'sentry_options.dart';
+import 'sentry_trace_context_header.dart';
12
import 'sentry_user_feedback.dart';
13
+import 'utils.dart';
14
15
/// Class representation of `Envelope` file.
16
class SentryEnvelope {
0 commit comments