Skip to content
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

chore(deps): update Android SDK to v7.6.0 #1927

Merged
merged 1 commit into from Mar 11, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 9, 2024

Bumps flutter/scripts/update-android.sh from 7.5.0 to 7.6.0.

Auto-generated by a dependency updater.

Changelog

7.6.0

Features

  • Experimental: Add support for Sentry Developer Metrics (#3205, #3238, #3248, #3250)
    Use the Metrics API to track processing time, download sizes, user signups, and conversion rates and correlate them back to tracing data in order to get deeper insights and solve issues faster. Our API supports counters, distributions, sets, gauges and timers, and it's easy to get started:
    Sentry.metrics()
      .increment(
          "button_login_click", // key
          1.0,                  // value
          null,                 // unit
          mapOf(                // tags
              "provider" to "e-mail"
          )
      )
    To learn more about Sentry Developer Metrics, head over to our Java and Android docs page.

@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/7.6.0 branch from 4333f3f to 88ae553 Compare March 9, 2024 03:02
@buenaflor buenaflor merged commit 6078ddc into main Mar 11, 2024
39 checks passed
@buenaflor buenaflor deleted the deps/flutter/scripts/update-android.sh/7.6.0 branch March 11, 2024 11:36
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.

None yet

2 participants