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 #1375

Merged
merged 3 commits into from
Jun 16, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bumps modules/sentry-java 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

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/6.23.0 branch from 1abd620 to a961a51 Compare June 16, 2023 02:21
@bitsandfoxes bitsandfoxes enabled auto-merge (squash) June 16, 2023 15:29
@bitsandfoxes bitsandfoxes merged commit 6d4c27f into main Jun 16, 2023
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/6.23.0 branch June 16, 2023 15:29
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