We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1e419 commit 50540e5Copy full SHA for 50540e5
dart/lib/src/sentry.dart
@@ -41,7 +41,7 @@ class Sentry {
41
@internal SentryOptions? options,
42
}) async {
43
final sentryOptions = options ?? SentryOptions();
44
- await _initDefaultValues(sentryOptions, appRunner);
+ await _initDefaultValues(sentryOptions);
45
46
try {
47
await optionsConfiguration(sentryOptions);
0 commit comments