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 Java SDK to v7.6.0 #3204

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

Bumps scripts/update-java.ps1 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.

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Mar 9, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1/7.6.0 branch from 0829443 to f9e10c4 Compare March 9, 2024 03:00
@bruno-garcia bruno-garcia merged commit e24b2c3 into main Mar 10, 2024
31 checks passed
@bruno-garcia bruno-garcia deleted the deps/scripts/update-java.ps1/7.6.0 branch March 10, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants