Skip to content

chore(deps): update Android SDK to v8.12.0#2941

Merged
buenaflor merged 1 commit into
mainfrom
deps/flutter/scripts/update-android.sh/8.12.0
May 20, 2025
Merged

chore(deps): update Android SDK to v8.12.0#2941
buenaflor merged 1 commit into
mainfrom
deps/flutter/scripts/update-android.sh/8.12.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps flutter/scripts/update-android.sh from 8.11.1 to 8.12.0.

Auto-generated by a dependency updater.

Changelog

8.12.0

Features

  • Add new User Feedback API (#4286)
    • We now introduced Sentry.captureFeedback, which supersedes Sentry.captureUserFeedback
  • Add Sentry Log Feature (#4372)
    • The feature is disabled by default and needs to be enabled by:
      • options.getLogs().setEnabled(true) in Sentry.init / SentryAndroid.init
      • <meta-data android:name="io.sentry.logs.enabled" android:value="true" /> in AndroidManifest.xml
      • logs.enabled=true in sentry.properties
      • sentry.logs.enabled=true in application.properties
      • sentry.logs.enabled: true in application.yml
    • Logs can be captured using Sentry.logger().info() and similar methods.
    • Logs also take a format string and arguments which we then send through String.format.
    • Please use options.getLogs().setBeforeSend() to filter outgoing logs

Fixes

  • Hook User Interaction integration into running Activity in case of deferred SDK init (#4337)

Dependencies

@bruno-garcia
bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/8.12.0 branch from e560191 to c16744f Compare May 14, 2025 03:19
@codecov

codecov Bot commented May 14, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.22%. Comparing base (dfbe468) to head (4aa8540).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2941      +/-   ##
==========================================
+ Coverage   87.65%   89.22%   +1.57%     
==========================================
  Files         272       93     -179     
  Lines        9048     3082    -5966     
==========================================
- Hits         7931     2750    -5181     
+ Misses       1117      332     -785     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bruno-garcia
bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/8.12.0 branch 3 times, most recently from 79ec005 to 2729f4e Compare May 15, 2025 09:48
@denrase denrase mentioned this pull request May 15, 2025
14 tasks
@bruno-garcia
bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/8.12.0 branch from 2729f4e to 4aa8540 Compare May 15, 2025 10:35
@buenaflor
buenaflor merged commit e976b2a into main May 20, 2025
@buenaflor
buenaflor deleted the deps/flutter/scripts/update-android.sh/8.12.0 branch May 20, 2025 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants