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 #671

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 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/scripts/update-android.sh/7.6.0 branch from be9b5d3 to cb282fe Compare March 9, 2024 03:05
@adinauer adinauer merged commit 8bd3c35 into main Mar 11, 2024
18 checks passed
@adinauer adinauer deleted the deps/scripts/update-android.sh/7.6.0 branch March 11, 2024 06:10
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