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 666b65f commit 621a095Copy full SHA for 621a095
1 file changed
dart/lib/src/protocol/sentry_event.dart
@@ -1,5 +1,6 @@
1
import 'package:meta/meta.dart';
2
3
+import '../load_dart_image_integration.dart';
4
import '../protocol.dart';
5
import '../throwable_mechanism.dart';
6
import '../utils.dart';
@@ -195,7 +196,7 @@ class SentryEvent with SentryEventLike<SentryEvent> {
195
196
@internal
197
final Map<String, dynamic>? unknown;
198
- /// The stacktrace is only used internally for processing such as in [DartImageLoadingIntegration].
199
+ /// The stacktrace is only used internally for processing such as in [LoadDartImageIntegration].
200
/// TODO: should be a better way than saving a reference to the stacktrace
201
202
final StackTrace? stackTrace;
0 commit comments