Skip to content

Commit 9811573

Browse files
authored
Add missing stack trace identifier for sentry file (#1168)
1 parent 3ad1e5e commit 9811573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dart/lib/src/sentry_stack_trace_factory.dart

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class SentryStackTraceFactory {
1717
'sentry_flutter',
1818
'sentry_logging',
1919
'sentry_dio',
20+
'sentry_file',
2021
];
2122

2223
SentryStackTraceFactory(this._options);

0 commit comments

Comments
 (0)