-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v9] Remove deprecated beforeScreenshot
#2662
base: v9
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v9 #2662 +/- ##
==========================================
+ Coverage 89.07% 92.44% +3.36%
==========================================
Files 262 90 -172
Lines 8887 2911 -5976
==========================================
- Hits 7916 2691 -5225
+ Misses 971 220 -751 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! let's do the android api bump separately
# bump minSdkVersion to 21 | ||
gradleFile="$targetDir/perf-test-app-with-sentry/android/app/build.gradle" | ||
sed "s/flutter.minSdkVersion/19/g" "$gradleFile" > "$gradleFile.new" && mv "$gradleFile.new" "$gradleFile" | ||
sed "s/flutter.minSdkVersion/21/g" "$gradleFile" > "$gradleFile.new" && mv "$gradleFile.new" "$gradleFile" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can revert this as well right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not build with version 19, it seems most recent version of sentry-android does not support 19?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yeah android bumped api from 19 to 21, let's leave it then. but we can do the minSDK bump separately
📜 Description
Remove deprecated
beforeScreenshot
💡 Motivation and Context
Closes #2642
💚 How did you test it?
Unit tests
📝 Checklist
sendDefaultPii
is enabled