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

fix(deps): update dependency io.sentry:sentry to v6.34.0 #721

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry 6.30.0 -> 6.34.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-java (io.sentry:sentry)

v6.34.0

Compare Source

Features
  • Add current activity name to app context (#​2999)
  • Add MonitorConfig param to CheckInUtils.withCheckIn (#​3038)
    • This makes it easier to automatically create or update (upsert) monitors.
  • (Internal) Extract Android Profiler and Measurements for Hybrid SDKs (#​3016)
  • (Internal) Remove SentryOptions dependency from AndroidProfiler (#​3051)
  • (Internal) Add readBytesFromFile for use in Hybrid SDKs (#​3052)
  • (Internal) Add getProguardUuid for use in Hybrid SDKs (#​3054)
Fixes
  • Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see #​2955 for more details (fix provided by Native SDK bump)
  • Ensure DSN uses http/https protocol (#​3044)
Dependencies

v6.33.1

Compare Source

Fixes
  • Do not register sentrySpringFilter in ServletContext for Spring Boot (#​3027)

v6.33.0

Compare Source

Features
  • Add thread information to spans (#​2998)
  • Use PixelCopy API for capturing screenshots on API level 24+ (#​3008)
Fixes
  • Fix crash when HTTP connection error message contains formatting symbols (#​3002)
  • Cap max number of stack frames to 100 to not exceed payload size limit (#​3009)
    • This will ensure we report errors with a big number of frames such as StackOverflowError
  • Fix user interaction tracking not working for Jetpack Compose 1.5+ (#​3010)
  • Make sure to close all Closeable resources (#​3000)

v6.32.0

Compare Source

Features
  • Make DebugImagesLoader public (#​2993)
Fixes
  • Make SystemEventsBroadcastReceiver exported on API 33+ (#​2990)
    • This will fix the SystemEventsBreadcrumbsIntegration crashes that you might have encountered on Play Console

v6.31.0

Compare Source

Features
  • Improve default debouncing mechanism (#​2945)
  • Add CheckInUtils.withCheckIn which abstracts away some of the manual check-ins complexity (#​2959)
  • Add @SentryCaptureExceptionParameter annotation which captures exceptions passed into an annotated method (#​2764)
    • This can be used to replace Sentry.captureException calls in @ExceptionHandler of a @ControllerAdvice
  • Add ServerWebExchange to Hint for WebFlux as WEBFLUX_EXCEPTION_HANDLER_EXCHANGE (#​2977)
  • Allow filtering GraphQL errors (#​2967)
    • This list can be set directly when calling the constructor of SentryInstrumentation
    • For Spring Boot it can also be set in application.properties as sentry.graphql.ignored-error-types=SOME_ERROR,ANOTHER_ERROR
Fixes
  • Add OkHttp span auto-close when response body is not read (#​2923)
  • Fix json parsing of nullable/empty fields for Hybrid SDKs (#​2968)
    • (Internal) Rename nextList to nextListOrNull to actually match what the method does
    • (Hybrid) Check if there's any object in a collection before trying to parse it (which prevents the "Failed to deserilize object in list" log message)
    • (Hybrid) If a date can't be parsed as an ISO timestamp, attempts to parse it as millis silently, without printing a log message
    • (Hybrid) If op is not defined as part of SpanContext, fallback to an empty string, because the filed is optional in the spec
  • Always attach OkHttp errors and Http Client Errors only to call root span (#​2961)
  • Fixed crash accessing Choreographer instance (#​2970)
Dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@sweep-ai
Copy link

sweep-ai bot commented Oct 12, 2023

Apply Sweep Rules to your PR?

  • Apply: Leftover TODOs in the code should be handled.
  • Apply: All new business logic should have corresponding unit tests in the tests/ directory.
  • Apply: Any clearly inefficient or repeated code should be optimized or refactored.

@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry to v6.31.0 fix(deps): update dependency io.sentry:sentry to v6.32.0 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-6.x branch from 10d2a56 to c5cedb5 Compare October 18, 2023 19:09
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry to v6.32.0 fix(deps): update dependency io.sentry:sentry to v6.33.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-6.x branch from c5cedb5 to 7862545 Compare November 2, 2023 12:25
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry to v6.33.0 fix(deps): update dependency io.sentry:sentry to v6.33.1 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-6.x branch from 7862545 to 3051e3e Compare November 7, 2023 12:13
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry to v6.33.1 fix(deps): update dependency io.sentry:sentry to v6.34.0 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-6.x branch from 3051e3e to 3108fe6 Compare November 20, 2023 16:19
@FireMasterK FireMasterK merged commit be571a5 into master Nov 30, 2023
11 checks passed
@FireMasterK FireMasterK deleted the renovate/io.sentry-sentry-6.x branch November 30, 2023 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant