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

Update dependency io.sentry:sentry-android to v7.3.0 #2317

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-android 7.2.0 -> 7.3.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-java (io.sentry:sentry-android)

v7.3.0

Compare Source

Features
  • Added App Start profiling
    • This depends on the new option io.sentry.profiling.enable-app-start, other than the already existing io.sentry.traces.profiling.sample-rate.
    • Sampler functions can check the new isForNextAppStart flag, to adjust startup profiling sampling programmatically.
      Relevant PRs:
    • Decouple Profiler from Transaction (#​3101)
    • Add options and sampling logic (#​3121)
    • Add ContentProvider and start profile (#​3128)
  • Extend internal performance collector APIs (#​3102)
  • Collect slow and frozen frames for spans using OnFrameMetricsAvailableListener (#​3111)
  • Interpolate total frame count to match span duration (#​3158)
Fixes
  • Avoid multiple breadcrumbs from OkHttpEventListener (#​3175)
  • Apply OkHttp listener auto finish timestamp to all running spans (#​3167)
  • Fix not eligible for auto proxying warnings (#​3154)
  • Set default fingerprint for ANRv2 events to correctly group background and foreground ANRs (#​3164)
    • This will improve grouping of ANRs that have similar stacktraces but differ in background vs foreground state. Only affects newly-ingested ANR events with mechanism:AppExitInfo
  • Fix UserFeedback disk cache name conflicts with linked events (#​3116)
Breaking changes
  • Remove HostnameVerifier option as it's flagged by security tools of some app stores (#​3150)
    • If you were using this option, you have 3 possible paths going forward:
      • Provide a custom ITransportFactory through SentryOptions.setTransportFactory(), where you can copy over most of the parts like HttpConnection and AsyncHttpTransport from the SDK with necessary modifications
      • Get a certificate for your server through e.g. Let's Encrypt
      • Fork the SDK and add the hostname verifier back
Dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 30, 2024 11:41
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Jan 30, 2024
@renovate renovate bot requested review from ganfra and removed request for a team January 30, 2024 11:41
@ElementBot
Copy link
Collaborator

ElementBot commented Jan 30, 2024

Warnings
⚠️

gradle/libs.versions.toml#L97 - A newer version of androidx.compose.material3:material3 than 1.2.0-beta02 is available: 1.2.0-rc01

Generated by 🚫 dangerJS against f912a70

Copy link

sonarcloud bot commented Jan 30, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/Wu4trX

@jmartinesp jmartinesp added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Jan 31, 2024
@jmartinesp jmartinesp enabled auto-merge (squash) January 31, 2024 11:31
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Jan 31, 2024
@jmartinesp jmartinesp merged commit 17bbdf4 into develop Jan 31, 2024
19 checks passed
@jmartinesp jmartinesp deleted the renovate/io.sentry-sentry-android-7.x branch January 31, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants