github getsentry/sentry-java 6.23.0

latest releases: 7.15.0-alpha.1, 7.14.0, 7.13.0...
15 months ago

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

Don't miss a new sentry-java release

NewReleases is sending notifications on new releases.