Skip to content

Commit 50540e5

Browse files
committed
fix
1 parent ff1e419 commit 50540e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dart/lib/src/sentry.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Sentry {
4141
@internal SentryOptions? options,
4242
}) async {
4343
final sentryOptions = options ?? SentryOptions();
44-
await _initDefaultValues(sentryOptions, appRunner);
44+
await _initDefaultValues(sentryOptions);
4545

4646
try {
4747
await optionsConfiguration(sentryOptions);

0 commit comments

Comments
 (0)