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.3.0 #3098

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Bumps scripts/update-java.ps1 from 7.2.0 to 7.3.0.

Auto-generated by a dependency updater.

Changelog

7.3.0

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

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Jan 31, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1/7.3.0 branch from 5d2bed7 to 26b8ed0 Compare January 31, 2024 03:00
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4739198) 76.21% compared to head (26b8ed0) 76.19%.
Report is 2 commits behind head on main.

❗ Current head 26b8ed0 differs from pull request most recent head 199fdff. Consider uploading reports for the commit 199fdff to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3098      +/-   ##
==========================================
- Coverage   76.21%   76.19%   -0.02%     
==========================================
  Files         357      357              
  Lines       13465    13465              
  Branches     2669     2669              
==========================================
- Hits        10262    10260       -2     
- Misses       2519     2525       +6     
+ Partials      684      680       -4     

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

@bitsandfoxes bitsandfoxes merged commit f47bac4 into main Jan 31, 2024
12 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/scripts/update-java.ps1/7.3.0 branch January 31, 2024 13:56
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