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.23.0 #1520

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 16, 2023

Bumps flutter/scripts/update-android.sh from 6.22.0 to 6.23.0.

Auto-generated by a dependency updater.

Changelog

6.23.0

Features

  • Add profile rate limiting (#2782)
  • Support for automatically capturing Failed GraphQL (Apollo 3) Client errors (#2781)
import com.apollographql.apollo3.ApolloClient
import io.sentry.apollo3.sentryTracing

val apolloClient = ApolloClient.Builder()
    .serverUrl("https://example.com/graphql")
    .sentryTracing(captureFailedRequests = true)    
    .build()

Dependencies

Fixes

@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/6.23.0 branch from ca986de to ac46bec Compare June 16, 2023 03:02
@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b44db8f) 90.25% compared to head (de60289) 90.25%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1520   +/-   ##
=======================================
  Coverage   90.25%   90.25%           
=======================================
  Files         181      181           
  Lines        5779     5779           
=======================================
  Hits         5216     5216           
  Misses        563      563           

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

@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/6.23.0 branch from ac46bec to 7407b47 Compare June 16, 2023 13:29
@marandaneto marandaneto enabled auto-merge (squash) June 16, 2023 13:31
@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/6.23.0 branch from 7407b47 to de60289 Compare June 16, 2023 13:49
@marandaneto marandaneto merged commit 754cdbe into main Jun 16, 2023
@marandaneto marandaneto deleted the deps/flutter/scripts/update-android.sh/6.23.0 branch June 16, 2023 14:13
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.

2 participants