Skip to content

Commit

Permalink
analyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 18, 2024
1 parent b5dcd2a commit 3f85fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/lib/src/sentry_stack_trace_factory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SentryStackTraceFactory {
SentryStackTraceFactory(this._options);

/// returns the [SentryStackFrame] list from a stackTrace ([StackTrace] or [String])
@deprecated
@Deprecated('Use parse() instead')

Check warning on line 22 in dart/lib/src/sentry_stack_trace_factory.dart

View check run for this annotation

Codecov / codecov/patch

dart/lib/src/sentry_stack_trace_factory.dart#L22

Added line #L22 was not covered by tests
List<SentryStackFrame> getStackFrames(dynamic stackTrace) {
return parse(stackTrace).frames;

Check warning on line 24 in dart/lib/src/sentry_stack_trace_factory.dart

View check run for this annotation

Codecov / codecov/patch

dart/lib/src/sentry_stack_trace_factory.dart#L24

Added line #L24 was not covered by tests
}
Expand Down

0 comments on commit 3f85fc1

Please sign in to comment.