Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v8.0.0-beta.1 #5

Open
Rainnny wants to merge 1 commits from renovate/io.sentry-sentry-spring-boot-starter-jakarta-8.x into master
Owner

This PR contains the following updates:

Package Type Update Change
io.sentry:sentry-spring-boot-starter-jakarta compile patch 8.0.0-alpha.4 -> 8.0.0-beta.1

Release Notes

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

v8.0.0-beta.1

Compare Source

Breaking Changes
  • Throw IllegalArgumentException when calling Sentry.init on Android (#​3596)
  • Metrics have been removed from the SDK (#​3774)
    • Metrics will return but we don't know in what exact form yet
  • enableTracing option (a.k.a enable-tracing) has been removed from the SDK (#​3776)
    • Please set tracesSampleRate to a value >= 0.0 for enabling performance instead. The default value is null which means performance is disabled.
  • Change OkHttp sub-spans to span attributes (#​3556)
    • This will reduce the number of spans created by the SDK
  • Replace synchronized methods and blocks with ReentrantLock (AutoClosableReentrantLock) (#​3715)
    • If you are subclassing any Sentry classes, please check if the parent class used synchronized before. Please make sure to use the same lock object as the parent class in that case.
  • traceOrigins option (io.sentry.traces.tracing-origins in manifest) has been removed, please use tracePropagationTargets (io.sentry.traces.trace-propagation-targets in manifest`) instead (#​3780)
  • profilingEnabled option (io.sentry.traces.profiling.enable in manifest) has been removed, please use profilesSampleRate (io.sentry.traces.profiling.sample-rate instead) instead (#​3780)
  • shutdownTimeout option has been removed, please use shutdownTimeoutMillis instead (#​3780)
  • profilingTracesIntervalMillis option for Android has been removed (#​3780)
  • io.sentry.session-tracking.enable manifest option has been removed (#​3780)
  • Sentry.traceHeaders() method has been removed, please use Sentry.getTraceparent() instead (#​3718)
  • Sentry.reportFullDisplayed() method has been removed, please use Sentry.reportFullyDisplayed() instead (#​3717)
  • User.other has been removed, please use data instead (#​3780)
  • SdkVersion.getIntegrations() has been removed, please use getIntegrationSet instead (#​3780)
  • SdkVersion.getPackages() has been removed, please use getPackageSet() instead (#​3780)
  • Device.language has been removed, please use locale instead (#​3780)
  • TraceContext.user and TraceContextUser class have been removed, please use userId on TraceContext instead (#​3780)
  • TransactionContext.fromSentryTrace() has been removed, please use Sentry.continueTrace() instead (#​3780)
  • SentryDataFetcherExceptionHandler has been removed, please use SentryGenericDataFetcherExceptionHandler in combination with SentryInstrumentation instead (#​3780)
  • One of the AndroidTransactionProfiler constructors has been removed, please use a different one (#​3780)
Features
  • Add init priority settings (#​3674)
    • You may now set forceInit=true (force-init for .properties files) to ensure a call to Sentry.init / SentryAndroid.init takes effect
  • Add force init option to Android Manifest (#​3675)
    • Use <meta-data android:name="io.sentry.force-init" android:value="true" /> to ensure Sentry Android auto init is not easily overwritten
  • Attach request body for application/x-www-form-urlencoded requests in Spring (#​3731)
    • Previously request body was only attached for application/json requests
  • Set breadcrumb level based on http status (#​3771)
  • Support graphql-java v22 via a new module sentry-graphql-22 (#​3740)
    • If you are using graphql-java v21 or earlier, you can use the sentry-graphql module
    • For graphql-java v22 and newer please use the sentry-graphql-22 module
  • We now provide a SentryInstrumenter bean directly for Spring (Boot) if there is none yet instead of using GraphQlSourceBuilderCustomizer to add the instrumentation (#​3744)
    • It is now also possible to provide a bean of type SentryGraphqlInstrumentation.BeforeSpanCallback which is then used by SentryInstrumenter
  • Emit transaction.data inside contexts.trace.data (#​3735)
    • Also does not emit transaction.data in exras anymore
Fixes
  • Use OpenTelemetry span name as fallback for transaction name (#​3557)
    • In certain cases we were sending transactions as "" when using OpenTelemetry
  • Add OpenTelemetry span data to Sentry span (#​3593)
  • No longer selectively copy OpenTelemetry attributes to Sentry spans / transactions data (#​3663)
  • Remove PROCESS_COMMAND_ARGS (process.command_args) OpenTelemetry span attribute as it can be very large (#​3664)
  • Use RECORD_ONLY sampling decision if performance is disabled (#​3659)
    • Also fix check whether Performance is enabled when making a sampling decision in the OpenTelemetry sampler
  • Sentry OpenTelemetry Java Agent now sets Instrumenter to SENTRY (used to be OTEL) (#​3697)
  • Set span origin in ActivityLifecycleIntegration on span options instead of after creating the span / transaction (#​3702)
    • This allows spans to be filtered by span origin on creation
  • Honor ignored span origins in SentryTracer.startChild (#​3704)
  • Add enable-spotlight and spotlight-connection-url to external options and check if spotlight is enabled when deciding whether to inspect an OpenTelemetry span for connecting to splotlight (#​3709)
  • Trace context on Contexts.setTrace has been marked @NotNull (#​3721)
    • Setting it to null would cause an exception.
    • Transactions are dropped if trace context is missing
  • Remove internal annotation on SpanOptions (#​3722)
  • SentryLogbackInitializer is now public (#​3723)
  • Fix order of calling close on previous Sentry instance when re-initializing (#​3750)
    • Previously some parts of Sentry were immediately closed after re-init that should have stayed open and some parts of the previous init were never closed
Behavioural Changes
  • (Android) Replace thread id with kernel thread id in span data (#​3706)
Dependencies
  • Bump OpenTelemetry to 1.41.0, OpenTelemetry Java Agent to 2.7.0 and Semantic Conventions to 1.25.0 (#​3668)

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | compile | patch | `8.0.0-alpha.4` -> `8.0.0-beta.1` | --- ### Release Notes <details> <summary>getsentry/sentry-java (io.sentry:sentry-spring-boot-starter-jakarta)</summary> ### [`v8.0.0-beta.1`](https://github.com/getsentry/sentry-java/releases/tag/8.0.0-beta.1) [Compare Source](https://github.com/getsentry/sentry-java/compare/8.0.0-alpha.4...8.0.0-beta.1) ##### Breaking Changes - Throw IllegalArgumentException when calling Sentry.init on Android ([#&#8203;3596](https://github.com/getsentry/sentry-java/pull/3596)) - Metrics have been removed from the SDK ([#&#8203;3774](https://github.com/getsentry/sentry-java/pull/3774)) - Metrics will return but we don't know in what exact form yet - `enableTracing` option (a.k.a `enable-tracing`) has been removed from the SDK ([#&#8203;3776](https://github.com/getsentry/sentry-java/pull/3776)) - Please set `tracesSampleRate` to a value >= 0.0 for enabling performance instead. The default value is `null` which means performance is disabled. - Change OkHttp sub-spans to span attributes ([#&#8203;3556](https://github.com/getsentry/sentry-java/pull/3556)) - This will reduce the number of spans created by the SDK - Replace `synchronized` methods and blocks with `ReentrantLock` (`AutoClosableReentrantLock`) ([#&#8203;3715](https://github.com/getsentry/sentry-java/pull/3715)) - If you are subclassing any Sentry classes, please check if the parent class used `synchronized` before. Please make sure to use the same lock object as the parent class in that case. - `traceOrigins` option (`io.sentry.traces.tracing-origins` in manifest) has been removed, please use `tracePropagationTargets` (`io.sentry.traces.trace-propagation-targets` in manifest\`) instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `profilingEnabled` option (`io.sentry.traces.profiling.enable` in manifest) has been removed, please use `profilesSampleRate` (`io.sentry.traces.profiling.sample-rate` instead) instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `shutdownTimeout` option has been removed, please use `shutdownTimeoutMillis` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `profilingTracesIntervalMillis` option for Android has been removed ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `io.sentry.session-tracking.enable` manifest option has been removed ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `Sentry.traceHeaders()` method has been removed, please use `Sentry.getTraceparent()` instead ([#&#8203;3718](https://github.com/getsentry/sentry-java/pull/3718)) - `Sentry.reportFullDisplayed()` method has been removed, please use `Sentry.reportFullyDisplayed()` instead ([#&#8203;3717](https://github.com/getsentry/sentry-java/pull/3717)) - `User.other` has been removed, please use `data` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `SdkVersion.getIntegrations()` has been removed, please use `getIntegrationSet` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `SdkVersion.getPackages()` has been removed, please use `getPackageSet()` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `Device.language` has been removed, please use `locale` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `TraceContext.user` and `TraceContextUser` class have been removed, please use `userId` on `TraceContext` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `TransactionContext.fromSentryTrace()` has been removed, please use `Sentry.continueTrace()` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - `SentryDataFetcherExceptionHandler` has been removed, please use `SentryGenericDataFetcherExceptionHandler` in combination with `SentryInstrumentation` instead ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) - One of the `AndroidTransactionProfiler` constructors has been removed, please use a different one ([#&#8203;3780](https://github.com/getsentry/sentry-java/pull/3780)) ##### Features - Add init priority settings ([#&#8203;3674](https://github.com/getsentry/sentry-java/pull/3674)) - You may now set `forceInit=true` (`force-init` for `.properties` files) to ensure a call to Sentry.init / SentryAndroid.init takes effect - Add force init option to Android Manifest ([#&#8203;3675](https://github.com/getsentry/sentry-java/pull/3675)) - Use `<meta-data android:name="io.sentry.force-init" android:value="true" />` to ensure Sentry Android auto init is not easily overwritten - Attach request body for `application/x-www-form-urlencoded` requests in Spring ([#&#8203;3731](https://github.com/getsentry/sentry-java/pull/3731)) - Previously request body was only attached for `application/json` requests - Set breadcrumb level based on http status ([#&#8203;3771](https://github.com/getsentry/sentry-java/pull/3771)) - Support `graphql-java` v22 via a new module `sentry-graphql-22` ([#&#8203;3740](https://github.com/getsentry/sentry-java/pull/3740)) - If you are using `graphql-java` v21 or earlier, you can use the `sentry-graphql` module - For `graphql-java` v22 and newer please use the `sentry-graphql-22` module - We now provide a `SentryInstrumenter` bean directly for Spring (Boot) if there is none yet instead of using `GraphQlSourceBuilderCustomizer` to add the instrumentation ([#&#8203;3744](https://github.com/getsentry/sentry-java/pull/3744)) - It is now also possible to provide a bean of type `SentryGraphqlInstrumentation.BeforeSpanCallback` which is then used by `SentryInstrumenter` - Emit transaction.data inside contexts.trace.data ([#&#8203;3735](https://github.com/getsentry/sentry-java/pull/3735)) - Also does not emit `transaction.data` in `exras` anymore ##### Fixes - Use OpenTelemetry span name as fallback for transaction name ([#&#8203;3557](https://github.com/getsentry/sentry-java/pull/3557)) - In certain cases we were sending transactions as "<unlabeled transaction>" when using OpenTelemetry - Add OpenTelemetry span data to Sentry span ([#&#8203;3593](https://github.com/getsentry/sentry-java/pull/3593)) - No longer selectively copy OpenTelemetry attributes to Sentry spans / transactions `data` ([#&#8203;3663](https://github.com/getsentry/sentry-java/pull/3663)) - Remove `PROCESS_COMMAND_ARGS` (`process.command_args`) OpenTelemetry span attribute as it can be very large ([#&#8203;3664](https://github.com/getsentry/sentry-java/pull/3664)) - Use RECORD_ONLY sampling decision if performance is disabled ([#&#8203;3659](https://github.com/getsentry/sentry-java/pull/3659)) - Also fix check whether Performance is enabled when making a sampling decision in the OpenTelemetry sampler - Sentry OpenTelemetry Java Agent now sets Instrumenter to SENTRY (used to be OTEL) ([#&#8203;3697](https://github.com/getsentry/sentry-java/pull/3697)) - Set span origin in `ActivityLifecycleIntegration` on span options instead of after creating the span / transaction ([#&#8203;3702](https://github.com/getsentry/sentry-java/pull/3702)) - This allows spans to be filtered by span origin on creation - Honor ignored span origins in `SentryTracer.startChild` ([#&#8203;3704](https://github.com/getsentry/sentry-java/pull/3704)) - Add `enable-spotlight` and `spotlight-connection-url` to external options and check if spotlight is enabled when deciding whether to inspect an OpenTelemetry span for connecting to splotlight ([#&#8203;3709](https://github.com/getsentry/sentry-java/pull/3709)) - Trace context on `Contexts.setTrace` has been marked `@NotNull` ([#&#8203;3721](https://github.com/getsentry/sentry-java/pull/3721)) - Setting it to `null` would cause an exception. - Transactions are dropped if trace context is missing - Remove internal annotation on `SpanOptions` ([#&#8203;3722](https://github.com/getsentry/sentry-java/pull/3722)) - `SentryLogbackInitializer` is now public ([#&#8203;3723](https://github.com/getsentry/sentry-java/pull/3723)) - Fix order of calling `close` on previous Sentry instance when re-initializing ([#&#8203;3750](https://github.com/getsentry/sentry-java/pull/3750)) - Previously some parts of Sentry were immediately closed after re-init that should have stayed open and some parts of the previous init were never closed ##### Behavioural Changes - (Android) Replace thread id with kernel thread id in span data ([#&#8203;3706](https://github.com/getsentry/sentry-java/pull/3706)) ##### Dependencies - Bump OpenTelemetry to 1.41.0, OpenTelemetry Java Agent to 2.7.0 and Semantic Conventions to 1.25.0 ([#&#8203;3668](https://github.com/getsentry/sentry-java/pull/3668)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Rainnny added 1 commit 2024-10-16 01:05:26 -07:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/io.sentry-sentry-spring-boot-starter-jakarta-8.x:renovate/io.sentry-sentry-spring-boot-starter-jakarta-8.x
git checkout renovate/io.sentry-sentry-spring-boot-starter-jakarta-8.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PulseApp/API#5
No description provided.