Skip to content

chore(deps): update Java SDK to v8.33.0#4933

Merged
jamescrosswell merged 1 commit intomainfrom
deps/scripts/update-java.ps1
Feb 23, 2026
Merged

chore(deps): update Java SDK to v8.33.0#4933
jamescrosswell merged 1 commit intomainfrom
deps/scripts/update-java.ps1

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-java.ps1 from 8.32.0 to 8.33.0.

Auto-generated by a dependency updater.

Changelog

8.33.0

Features

  • Add installGroupsOverride parameter to Build Distribution SDK for programmatic filtering, with support for configuration via properties file using io.sentry.distribution.install-groups-override (#5066)

Fixes

  • When merging tombstones with Native SDK, use the tombstone message if the Native SDK didn't explicitly provide one. (#5095)
  • Fix thread leak caused by eager creation of SentryExecutorService in SentryOptions (#5093)
    • There were cases where we created options that ended up unused but we failed to clean those up.
  • Attach user attributes to logs and metrics regardless of sendDefaultPii (#5099)
  • No longer log a warning if a logging integration cannot initialize Sentry due to missing DSN (#5075)
    • While this may have been useful to some, it caused lots of confusion.
  • Session Replay: Add androidx.camera.view.PreviewView to default maskedViewClasses to mask camera previews by default. (#5097)

Dependencies

Internal

  • Add integration to track session replay custom masking (#5070)

  • Add installGroups property to Build Distribution SDK (#5062)

Full CHANGELOG.md diff
 -1,10 +1,36 
 # Changelog
 
+## 8.33.0
+
+### Features
+
+- Add `installGroupsOverride` parameter to Build Distribution SDK for programmatic filtering, with support for configuration via properties file using `io.sentry.distribution.install-groups-override` ([#5066](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5066))
+
+### Fixes
+
+- When merging tombstones with Native SDK, use the tombstone message if the Native SDK didn't explicitly provide one. ([#5095](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5095))
+- Fix thread leak caused by eager creation of `SentryExecutorService` in `SentryOptions` ([#5093](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5093))
+  - There were cases where we created options that ended up unused but we failed to clean those up.
+- Attach user attributes to logs and metrics regardless of `sendDefaultPii` ([#5099](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5099))
+- No longer log a warning if a logging integration cannot initialize Sentry due to missing DSN ([#5075](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5075))
+  - While this may have been useful to some, it caused lots of confusion.
+- Session Replay: Add `androidx.camera.view.PreviewView` to default `maskedViewClasses` to mask camera previews by default. ([#5097](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5097))
+
+### Dependencies
+
+- Bump Native SDK from v0.12.4 to v0.12.7 ([#5071](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5071), [#5098](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5098))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-native/blob/master/CHANGELOG.md[#0127](https://github-redirect.dependabot.com/getsentry/sentry-java/issues/0127))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-native/compare/0.12.4...0.12.7)
+
+### Internal
+
+- Add integration to track session replay custom masking ([#5070](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5070))
+
 ## 8.32.0
 
 ### Features
 
-- Add `installGroupsOverride` parameter and `installGroups` property to Build Distribution SDK ([#5062](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5062))
+- Add `installGroups` property to Build Distribution SDK ([#5062](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5062))
 - Update Android targetSdk to API 36 (Android 16) ([#5016](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5016))
 - Add AndroidManifest support for Spotlight configuration via `io.sentry.spotlight.enable` and `io.sentry.spotlight.url` ([#5064](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5064))
 - Collect database transaction spans (`BEGIN`, `COMMIT`, `ROLLBACK`) ([#5072](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5072))

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Feb 19, 2026
@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Feb 19, 2026
@codecov
Copy link

codecov bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.88%. Comparing base (f201b65) to head (4f36752).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4933      +/-   ##
==========================================
- Coverage   73.90%   73.88%   -0.02%     
==========================================
  Files         496      496              
  Lines       17951    17951              
  Branches     3516     3516              
==========================================
- Hits        13266    13263       -3     
- Misses       3824     3826       +2     
- Partials      861      862       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jamescrosswell jamescrosswell merged commit d412e08 into main Feb 23, 2026
23 checks passed
@jamescrosswell jamescrosswell deleted the deps/scripts/update-java.ps1 branch February 23, 2026 01:35
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Mar 13, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | minor | `6.1.0` -> `6.2.0` |

---

### Release Notes

<details>
<summary>getsentry/sentry-dotnet (Sentry.Maui)</summary>

### [`v6.2.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#620)

[Compare Source](getsentry/sentry-dotnet@6.1.0...6.2.0)

##### Features

-   Outbound HTTP requests now show in the Network tab for Android Session Replays ([#&#8203;4860](getsentry/sentry-dotnet#4860))

##### Fixes

-   The SDK now logs a `Warning` instead of an `Error` when being ratelimited ([#&#8203;4927](getsentry/sentry-dotnet#4927))
-   Symbolication now works correctly with Android workloads 10.0.102 and later ([#&#8203;4998](getsentry/sentry-dotnet#4998))
-   `libmonosgen` and `libxamarin` frames no longer show as in-app ([#&#8203;4960](getsentry/sentry-dotnet#4960))

##### Dependencies

-   Bump Native SDK from v0.12.6 to v0.13.2 ([#&#8203;4920](getsentry/sentry-dotnet#4920), [#&#8203;4929](getsentry/sentry-dotnet#4929), [#&#8203;4941](getsentry/sentry-dotnet#4941), [#&#8203;4964](getsentry/sentry-dotnet#4964), [#&#8203;4996](getsentry/sentry-dotnet#4996))
-   Bump Cocoa SDK from v8.57.3 to v9.5.0 ([#&#8203;4781](getsentry/sentry-dotnet#4781), [#&#8203;4928](getsentry/sentry-dotnet#4928), [#&#8203;4944](getsentry/sentry-dotnet#4944))
-   Bump CLI from v2.58.2 to v3.3.0 ([#&#8203;4805](getsentry/sentry-dotnet#4805), [#&#8203;4943](getsentry/sentry-dotnet#4943), [#&#8203;4973](getsentry/sentry-dotnet#4973))
    -   NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via `SentryApiKey`, you need to generate an [Auth Token](https://docs.sentry.io/account/auth-tokens/) and use `SentryAuthToken`, instead.
-   Bump Java SDK from v8.32.0 to v8.34.1 ([#&#8203;4933](getsentry/sentry-dotnet#4933), [#&#8203;4986](getsentry/sentry-dotnet#4986))

</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 PR is renamed to start with "rebase!".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/di...
github-merge-queue bot pushed a commit to DFE-Digital/teaching-record-system that referenced this pull request Mar 18, 2026
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet)
from 6.1.0 to 6.2.0.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.AspNetCore's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.2.0

### Features

- Outbound HTTP requests now show in the Network tab for Android Session
Replays ([#​4860](getsentry/sentry-dotnet#4860))

### Fixes

- The SDK now logs a `Warning` instead of an `Error` when being
ratelimited
([#​4927](getsentry/sentry-dotnet#4927))
- Symbolication now works correctly with Android workloads 10.0.102 and
later ([#​4998](getsentry/sentry-dotnet#4998))
- `libmonosgen` and `libxamarin` frames no longer show as in-app
([#​4960](getsentry/sentry-dotnet#4960))

### Dependencies

- Bump Native SDK from v0.12.6 to v0.13.2
([#​4920](getsentry/sentry-dotnet#4920),
[#​4929](getsentry/sentry-dotnet#4929),
[#​4941](getsentry/sentry-dotnet#4941),
[#​4964](getsentry/sentry-dotnet#4964),
[#​4996](getsentry/sentry-dotnet#4996))
- Bump Cocoa SDK from v8.57.3 to v9.5.0
([#​4781](getsentry/sentry-dotnet#4781),
[#​4928](getsentry/sentry-dotnet#4928),
[#​4944](getsentry/sentry-dotnet#4944))
- Bump CLI from v2.58.2 to v3.3.0
([#​4805](getsentry/sentry-dotnet#4805),
[#​4943](getsentry/sentry-dotnet#4943),
[#​4973](getsentry/sentry-dotnet#4973))
- NOTE: Sentry CLI v3 removed support for the legacy API key
authentication method. Sentry CLI now only supports authenticating with
Auth Tokens. If you are using API key authentication via `SentryApiKey`,
you need to generate an [Auth
Token](https://docs.sentry.io/account/auth-tokens/) and use
`SentryAuthToken`, instead.
- Bump Java SDK from v8.32.0 to v8.34.1
([#​4933](getsentry/sentry-dotnet#4933),
[#​4986](getsentry/sentry-dotnet#4986))

## 6.2.0-alpha.0

### Features

- Add navigation breadcrumbs for Blazor WebAssembly
([#​4907](getsentry/sentry-dotnet#4907))

### Dependencies

- Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20
([#​4876](getsentry/sentry-dotnet#4876))
- Bumped CommunityToolkit.Mvvm to 8.4.0
([#​4876](getsentry/sentry-dotnet#4876))

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.1.0...6.2.0).
</details>

Updated
[Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet)
from 6.1.0 to 6.2.0.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.Extensions.Logging's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.2.0

### Features

- Outbound HTTP requests now show in the Network tab for Android Session
Replays ([#​4860](getsentry/sentry-dotnet#4860))

### Fixes

- The SDK now logs a `Warning` instead of an `Error` when being
ratelimited
([#​4927](getsentry/sentry-dotnet#4927))
- Symbolication now works correctly with Android workloads 10.0.102 and
later ([#​4998](getsentry/sentry-dotnet#4998))
- `libmonosgen` and `libxamarin` frames no longer show as in-app
([#​4960](getsentry/sentry-dotnet#4960))

### Dependencies

- Bump Native SDK from v0.12.6 to v0.13.2
([#​4920](getsentry/sentry-dotnet#4920),
[#​4929](getsentry/sentry-dotnet#4929),
[#​4941](getsentry/sentry-dotnet#4941),
[#​4964](getsentry/sentry-dotnet#4964),
[#​4996](getsentry/sentry-dotnet#4996))
- Bump Cocoa SDK from v8.57.3 to v9.5.0
([#​4781](getsentry/sentry-dotnet#4781),
[#​4928](getsentry/sentry-dotnet#4928),
[#​4944](getsentry/sentry-dotnet#4944))
- Bump CLI from v2.58.2 to v3.3.0
([#​4805](getsentry/sentry-dotnet#4805),
[#​4943](getsentry/sentry-dotnet#4943),
[#​4973](getsentry/sentry-dotnet#4973))
- NOTE: Sentry CLI v3 removed support for the legacy API key
authentication method. Sentry CLI now only supports authenticating with
Auth Tokens. If you are using API key authentication via `SentryApiKey`,
you need to generate an [Auth
Token](https://docs.sentry.io/account/auth-tokens/) and use
`SentryAuthToken`, instead.
- Bump Java SDK from v8.32.0 to v8.34.1
([#​4933](getsentry/sentry-dotnet#4933),
[#​4986](getsentry/sentry-dotnet#4986))

## 6.2.0-alpha.0

### Features

- Add navigation breadcrumbs for Blazor WebAssembly
([#​4907](getsentry/sentry-dotnet#4907))

### Dependencies

- Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20
([#​4876](getsentry/sentry-dotnet#4876))
- Bumped CommunityToolkit.Mvvm to 8.4.0
([#​4876](getsentry/sentry-dotnet#4876))

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.1.0...6.2.0).
</details>

Updated [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet)
from 6.1.0 to 6.2.0.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.Serilog's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.2.0

### Features

- Outbound HTTP requests now show in the Network tab for Android Session
Replays ([#​4860](getsentry/sentry-dotnet#4860))

### Fixes

- The SDK now logs a `Warning` instead of an `Error` when being
ratelimited
([#​4927](getsentry/sentry-dotnet#4927))
- Symbolication now works correctly with Android workloads 10.0.102 and
later ([#​4998](getsentry/sentry-dotnet#4998))
- `libmonosgen` and `libxamarin` frames no longer show as in-app
([#​4960](getsentry/sentry-dotnet#4960))

### Dependencies

- Bump Native SDK from v0.12.6 to v0.13.2
([#​4920](getsentry/sentry-dotnet#4920),
[#​4929](getsentry/sentry-dotnet#4929),
[#​4941](getsentry/sentry-dotnet#4941),
[#​4964](getsentry/sentry-dotnet#4964),
[#​4996](getsentry/sentry-dotnet#4996))
- Bump Cocoa SDK from v8.57.3 to v9.5.0
([#​4781](getsentry/sentry-dotnet#4781),
[#​4928](getsentry/sentry-dotnet#4928),
[#​4944](getsentry/sentry-dotnet#4944))
- Bump CLI from v2.58.2 to v3.3.0
([#​4805](getsentry/sentry-dotnet#4805),
[#​4943](getsentry/sentry-dotnet#4943),
[#​4973](getsentry/sentry-dotnet#4973))
- NOTE: Sentry CLI v3 removed support for the legacy API key
authentication method. Sentry CLI now only supports authenticating with
Auth Tokens. If you are using API key authentication via `SentryApiKey`,
you need to generate an [Auth
Token](https://docs.sentry.io/account/auth-tokens/) and use
`SentryAuthToken`, instead.
- Bump Java SDK from v8.32.0 to v8.34.1
([#​4933](getsentry/sentry-dotnet#4933),
[#​4986](getsentry/sentry-dotnet#4986))

## 6.2.0-alpha.0

### Features

- Add navigation breadcrumbs for Blazor WebAssembly
([#​4907](getsentry/sentry-dotnet#4907))

### Dependencies

- Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20
([#​4876](getsentry/sentry-dotnet#4876))
- Bumped CommunityToolkit.Mvvm to 8.4.0
([#​4876](getsentry/sentry-dotnet#4876))

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.1.0...6.2.0).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants