Skip to content

Commit eaa6d8d

Browse files
committed
revert sample
1 parent 4c6301a commit eaa6d8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

flutter/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848

4949
defaultConfig {
5050
applicationId "io.sentry.samples.flutter"
51-
minSdkVersion flutter.minSdkVersion
51+
minSdkVersion 19
5252
targetSdkVersion 33
5353
versionCode flutterVersionCode.toInteger()
5454
versionName flutterVersionName

flutter/example/lib/main.dart

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Future<void> setupSentry(
8080
// going to log too much for your app, but can be useful when figuring out
8181
// configuration issues, e.g. finding out why your events are not uploaded.
8282
options.debug = true;
83-
options.spotlight = Spotlight(enabled: true);
8483

8584
options.maxRequestBodySize = MaxRequestBodySize.always;
8685
options.maxResponseBodySize = MaxResponseBodySize.always;

0 commit comments

Comments
 (0)