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 v6.23.0 #2429

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Jun 16, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1/6.23.0 branch from f8ab4e3 to 10e533e Compare June 16, 2023 03:01
@mattjohnsonpint mattjohnsonpint merged commit 3ce234a into main Jun 16, 2023
15 checks passed
@mattjohnsonpint mattjohnsonpint deleted the deps/scripts/update-java.ps1/6.23.0 branch June 16, 2023 03:51
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.

None yet

2 participants