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-spring-boot-starter-jakarta to v6.34.0 #729

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-spring-boot-starter-jakarta 6.27.0 -> 6.34.0 age adoption passing confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry-spring-boot-starter-jakarta)

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

v6.30.0

Compare Source

Features
  • Add sendModules option for disable sending modules (#​2926)
  • Send db.system and db.name in span data for androidx.sqlite spans (#​2928)
  • Check-ins (CRONS) support (#​2952)
    • Add API for sending check-ins (CRONS) manually (#​2935)
    • Support check-ins (CRONS) for Quartz (#​2940)
    • @SentryCheckIn annotation and advice config for Spring (#​2946)
    • Add option for ignoring certain monitor slugs (#​2943)
Fixes
  • Always send memory stats for transactions (#​2936)
    • This makes it possible to query transactions by the device.class tag on Sentry
  • Add sentry.enable-aot-compatibility property to SpringBoot Jakarta SentryAutoConfiguration to enable building for GraalVM (#​2915)
Dependencies

v6.29.0

Compare Source

Features
  • Send db.system and db.name in span data (#​2894)
  • Send http.request.method in span data (#​2896)
  • Add enablePrettySerializationOutput option for opting out of pretty print (#​2871)

v6.28.0

Compare Source

Features
  • Add HTTP response code to Spring WebFlux transactions (#​2870)
  • Add sampled to Dynamic Sampling Context (#​2869)
  • Improve server side GraphQL support for spring-graphql and Nextflix DGS (#​2856)
    • If you have already been using SentryDataFetcherExceptionHandler that still works but has been deprecated. Please use SentryGenericDataFetcherExceptionHandler combined with SentryInstrumentation instead for better error reporting.
    • More exceptions and errors caught and reported to Sentry by also looking at the ExecutionResult (more specifically its errors)
    • More details for Sentry events: query, variables and response (where possible)
    • Breadcrumbs for operation (query, mutation, subscription), data fetchers and data loaders (Spring only)
    • Better hub propagation by using GraphQLContext
  • Add autoconfigure modules for Spring Boot called sentry-spring-boot and sentry-spring-boot-jakarta (#​2880)
    • The autoconfigure modules sentry-spring-boot and sentry-spring-boot-jakarta have a compileOnly dependency on spring-boot-starter which is needed for our auto installation in sentry-android-gradle-plugin
    • The starter modules sentry-spring-boot-starter and sentry-spring-boot-starter-jakarta now bring spring-boot-starter as a dependency
  • You can now disable Sentry by setting the enabled option to false (#​2840)
Fixes
  • Propagate OkHttp status to parent spans (#​2872)

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 was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Aug 4, 2023

⚠️ No Changeset found

Latest commit: be62316

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.28.0 fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.29.0 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-spring-boot-starter-jakarta-6.x branch from a9801f4 to 6bdaf6e Compare September 6, 2023 08:11
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.29.0 fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.30.0 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-spring-boot-starter-jakarta-6.x branch from 6bdaf6e to 3435636 Compare September 28, 2023 09:27
@sonarcloud
Copy link

sonarcloud bot commented Sep 28, 2023

[daemon] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.30.0 fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.31.0 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-spring-boot-starter-jakarta-6.x branch 2 times, most recently from 34e0154 to 65d3d2c Compare October 18, 2023 18:19
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.31.0 fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.32.0 Oct 18, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.32.0 fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.33.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-spring-boot-starter-jakarta-6.x branch from 65d3d2c to 01b5140 Compare November 2, 2023 14:32
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.33.0 fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.33.1 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-spring-boot-starter-jakarta-6.x branch from 01b5140 to 8d61e3a Compare November 7, 2023 12:30
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.33.1 fix(deps): update dependency io.sentry:sentry-spring-boot-starter-jakarta to v6.34.0 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-spring-boot-starter-jakarta-6.x branch from 8d61e3a to be62316 Compare November 20, 2023 15:08
Copy link

sonarcloud bot commented Nov 20, 2023

[daemon] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

0 participants