Skip to content

Commit 621a095

Browse files
committed
update
1 parent 666b65f commit 621a095

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dart/lib/src/protocol/sentry_event.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'package:meta/meta.dart';
22

3+
import '../load_dart_image_integration.dart';
34
import '../protocol.dart';
45
import '../throwable_mechanism.dart';
56
import '../utils.dart';
@@ -195,7 +196,7 @@ class SentryEvent with SentryEventLike<SentryEvent> {
195196
@internal
196197
final Map<String, dynamic>? unknown;
197198

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].
199200
/// TODO: should be a better way than saving a reference to the stacktrace
200201
@internal
201202
final StackTrace? stackTrace;

0 commit comments

Comments
 (0)