We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6301a commit eaa6d8dCopy full SHA for eaa6d8d
flutter/example/android/app/build.gradle
@@ -48,7 +48,7 @@ android {
48
49
defaultConfig {
50
applicationId "io.sentry.samples.flutter"
51
- minSdkVersion flutter.minSdkVersion
+ minSdkVersion 19
52
targetSdkVersion 33
53
versionCode flutterVersionCode.toInteger()
54
versionName flutterVersionName
flutter/example/lib/main.dart
@@ -80,7 +80,6 @@ Future<void> setupSentry(
80
// going to log too much for your app, but can be useful when figuring out
81
// configuration issues, e.g. finding out why your events are not uploaded.
82
options.debug = true;
83
- options.spotlight = Spotlight(enabled: true);
84
85
options.maxRequestBodySize = MaxRequestBodySize.always;
86
options.maxResponseBodySize = MaxResponseBodySize.always;
0 commit comments