Breaking Change (Tooling)
- Upgrade Kotlin
languageVersion
to 1.8
(#3032)
- This allows usage of the Kotlin Android Plugin
2.2.0
which requires a languageVersion
of 1.8
or higher
- If you are experiencing an issue we recommend upgrading to a toolchain compatible with Kotlin
1.8
or higher
Features
- SentryFeedbackWidget Improvements (#2964)
- Capture a device screenshot for feedback
- Customize tests and required fields
- Customization moved from the
SentryFeedbackWidget
constructor to SentryFlutterOptions
:
// configure your feedback widget
options.feedback.showBranding = false;