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 v6.20.0 #1491

Merged
merged 1 commit into from
May 30, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bumps flutter/scripts/update-android.sh from 6.19.1 to 6.20.0.

Auto-generated by a dependency updater.

Changelog

6.20.0

Features

  • Add support for Sentry Kotlin Compiler Plugin (#2695)
    • In conjunction with our sentry-kotlin-compiler-plugin we improved Jetpack Compose support for
  • More granular http requests instrumentation with a new SentryOkHttpEventListener (#2659)
    • Create spans for time spent on:
      • Proxy selection
      • DNS resolution
      • HTTPS setup
      • Connection
      • Requesting headers
      • Receiving response
    • You can attach the event listener to your OkHttpClient through client.eventListener(new SentryOkHttpEventListener()).addInterceptor(new SentryOkHttpInterceptor()).build();
    • In case you already have an event listener you can use the SentryOkHttpEventListener as well through client.eventListener(new SentryOkHttpEventListener(myListener)).addInterceptor(new SentryOkHttpInterceptor()).build();
  • Add a new option to disable RootChecker (#2735)

Fixes

  • Base64 encode internal Apollo3 Headers (#2707)
  • Fix SentryTracer crash when scheduling auto-finish of a transaction, but the timer has already been cancelled (#2731)
  • Fix AndroidTransactionProfiler crash when finishing a profile that happened due to race condition (#2731)

@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/6.20.0 branch from bf6d98c to 6975238 Compare May 27, 2023 03:02
@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.80 ⚠️

Comparison is base (2bae60c) 90.97% compared to head (6975238) 90.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1491      +/-   ##
==========================================
- Coverage   90.97%   90.18%   -0.80%     
==========================================
  Files         175      181       +6     
  Lines        5573     5776     +203     
==========================================
+ Hits         5070     5209     +139     
- Misses        503      567      +64     

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fzyzcjy
Copy link
Contributor

fzyzcjy commented May 27, 2023

Hi, I wonder when this will be merged? I do hope to use the new change in Java :)

@marandaneto marandaneto merged commit c7e2c34 into main May 30, 2023
@marandaneto marandaneto deleted the deps/flutter/scripts/update-android.sh/6.20.0 branch May 30, 2023 07:33
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.

3 participants