Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Aug 29, 2024
1 parent 666b65f commit 621a095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dart/lib/src/protocol/sentry_event.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'package:meta/meta.dart';

import '../load_dart_image_integration.dart';
import '../protocol.dart';
import '../throwable_mechanism.dart';
import '../utils.dart';
Expand Down Expand Up @@ -195,7 +196,7 @@ class SentryEvent with SentryEventLike<SentryEvent> {
@internal
final Map<String, dynamic>? unknown;

/// The stacktrace is only used internally for processing such as in [DartImageLoadingIntegration].
/// The stacktrace is only used internally for processing such as in [LoadDartImageIntegration].
/// TODO: should be a better way than saving a reference to the stacktrace
@internal
final StackTrace? stackTrace;
Expand Down

0 comments on commit 621a095

Please sign in to comment.