Skip to content

Bump Sentry.AspNetCore, Sentry.Extensions.Logging and Sentry.Serilog#3244

Merged
gunndabad merged 1 commit intomainfrom
dependabot/nuget/TeachingRecordSystem/sentry-74820c8d66
Apr 1, 2026
Merged

Bump Sentry.AspNetCore, Sentry.Extensions.Logging and Sentry.Serilog#3244
gunndabad merged 1 commit intomainfrom
dependabot/nuget/TeachingRecordSystem/sentry-74820c8d66

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Pinned Sentry.AspNetCore at 6.3.0.

Release notes

Sourced from Sentry.AspNetCore's releases.

6.3.0

Features

  • The Metrics APIs are now stable: removed Experimental from SentrySdk, SentryOptions and IHub (#​5023)
  • Report a new Diagnostic (SENTRY1001) when a Metrics-API is invoked with an unsupported numeric type (#​4840)

Fixes

  • Common tags such as Environment and Release and custom event processors are all now correctly applied to CaptureFeedback events (#​4942)
  • Include Data set via ITransactionTracer in SentryTransaction (#​4148)

Dependencies

  • Bump Cocoa SDK from v9.5.0 to v9.7.0 (#​4958, #​5015)
  • Bump CLI from v3.3.0 to v3.3.3 (#​5002)
  • Bump Java SDK from v8.34.1 to v8.35.0 (#​5017)
  • Bump Native SDK from v0.13.2 to v0.13.3 (#​5045)

Commits viewable in compare view.

Updated Sentry.Extensions.Logging from 6.2.0 to 6.3.0.

Release notes

Sourced from Sentry.Extensions.Logging's releases.

6.3.0

Features

  • The Metrics APIs are now stable: removed Experimental from SentrySdk, SentryOptions and IHub (#​5023)
  • Report a new Diagnostic (SENTRY1001) when a Metrics-API is invoked with an unsupported numeric type (#​4840)

Fixes

  • Common tags such as Environment and Release and custom event processors are all now correctly applied to CaptureFeedback events (#​4942)
  • Include Data set via ITransactionTracer in SentryTransaction (#​4148)

Dependencies

  • Bump Cocoa SDK from v9.5.0 to v9.7.0 (#​4958, #​5015)
  • Bump CLI from v3.3.0 to v3.3.3 (#​5002)
  • Bump Java SDK from v8.34.1 to v8.35.0 (#​5017)
  • Bump Native SDK from v0.13.2 to v0.13.3 (#​5045)

Commits viewable in compare view.

Pinned Sentry.Serilog at 6.3.0.

Release notes

Sourced from Sentry.Serilog's releases.

6.3.0

Features

  • The Metrics APIs are now stable: removed Experimental from SentrySdk, SentryOptions and IHub (#​5023)
  • Report a new Diagnostic (SENTRY1001) when a Metrics-API is invoked with an unsupported numeric type (#​4840)

Fixes

  • Common tags such as Environment and Release and custom event processors are all now correctly applied to CaptureFeedback events (#​4942)
  • Include Data set via ITransactionTracer in SentryTransaction (#​4148)

Dependencies

  • Bump Cocoa SDK from v9.5.0 to v9.7.0 (#​4958, #​5015)
  • Bump CLI from v3.3.0 to v3.3.3 (#​5002)
  • Bump Java SDK from v8.34.1 to v8.35.0 (#​5017)
  • Bump Native SDK from v0.13.2 to v0.13.3 (#​5045)

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 30, 2026
Bumps Sentry.AspNetCore from 6.2.0 to 6.3.0
Bumps Sentry.Extensions.Logging from 6.2.0 to 6.3.0
Bumps Sentry.Serilog from 6.2.0 to 6.3.0

---
updated-dependencies:
- dependency-name: Sentry.AspNetCore
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: Sentry.Extensions.Logging
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: Sentry.Serilog
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the sentry group with 3 updates Bump Sentry.AspNetCore, Sentry.Extensions.Logging and Sentry.Serilog Mar 31, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/TeachingRecordSystem/sentry-74820c8d66 branch from 25442c3 to a5bd7ea Compare March 31, 2026 20:53
@gunndabad gunndabad added this pull request to the merge queue Apr 1, 2026
Merged via the queue into main with commit c43e1e8 Apr 1, 2026
24 checks passed
@gunndabad gunndabad deleted the dependabot/nuget/TeachingRecordSystem/sentry-74820c8d66 branch April 1, 2026 08:37
gunndabad pushed a commit that referenced this pull request Apr 17, 2026
…3244)

Pinned [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet)
at 6.3.0.

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

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

## 6.3.0

### Features

- The _Metrics_ APIs are now stable: removed `Experimental` from
`SentrySdk`, `SentryOptions` and `IHub`
([#​5023](getsentry/sentry-dotnet#5023))
- Report a new _Diagnostic_ (`SENTRY1001`) when a Metrics-API is invoked
with an unsupported numeric type
([#​4840](getsentry/sentry-dotnet#4840))

### Fixes

- Common tags such as `Environment` and `Release` and custom event
processors are all now correctly applied to CaptureFeedback events
([#​4942](getsentry/sentry-dotnet#4942))
- Include `Data` set via `ITransactionTracer` in `SentryTransaction`
([#​4148](getsentry/sentry-dotnet#4148))

### Dependencies

- Bump Cocoa SDK from v9.5.0 to v9.7.0
([#​4958](getsentry/sentry-dotnet#4958),
[#​5015](getsentry/sentry-dotnet#5015))
- Bump CLI from v3.3.0 to v3.3.3
([#​5002](getsentry/sentry-dotnet#5002))
- Bump Java SDK from v8.34.1 to v8.35.0
([#​5017](getsentry/sentry-dotnet#5017))
- Bump Native SDK from v0.13.2 to v0.13.3
([#​5045](getsentry/sentry-dotnet#5045))

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

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

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

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

## 6.3.0

### Features

- The _Metrics_ APIs are now stable: removed `Experimental` from
`SentrySdk`, `SentryOptions` and `IHub`
([#​5023](getsentry/sentry-dotnet#5023))
- Report a new _Diagnostic_ (`SENTRY1001`) when a Metrics-API is invoked
with an unsupported numeric type
([#​4840](getsentry/sentry-dotnet#4840))

### Fixes

- Common tags such as `Environment` and `Release` and custom event
processors are all now correctly applied to CaptureFeedback events
([#​4942](getsentry/sentry-dotnet#4942))
- Include `Data` set via `ITransactionTracer` in `SentryTransaction`
([#​4148](getsentry/sentry-dotnet#4148))

### Dependencies

- Bump Cocoa SDK from v9.5.0 to v9.7.0
([#​4958](getsentry/sentry-dotnet#4958),
[#​5015](getsentry/sentry-dotnet#5015))
- Bump CLI from v3.3.0 to v3.3.3
([#​5002](getsentry/sentry-dotnet#5002))
- Bump Java SDK from v8.34.1 to v8.35.0
([#​5017](getsentry/sentry-dotnet#5017))
- Bump Native SDK from v0.13.2 to v0.13.3
([#​5045](getsentry/sentry-dotnet#5045))

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

Pinned [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) at
6.3.0.

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

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

## 6.3.0

### Features

- The _Metrics_ APIs are now stable: removed `Experimental` from
`SentrySdk`, `SentryOptions` and `IHub`
([#​5023](getsentry/sentry-dotnet#5023))
- Report a new _Diagnostic_ (`SENTRY1001`) when a Metrics-API is invoked
with an unsupported numeric type
([#​4840](getsentry/sentry-dotnet#4840))

### Fixes

- Common tags such as `Environment` and `Release` and custom event
processors are all now correctly applied to CaptureFeedback events
([#​4942](getsentry/sentry-dotnet#4942))
- Include `Data` set via `ITransactionTracer` in `SentryTransaction`
([#​4148](getsentry/sentry-dotnet#4148))

### Dependencies

- Bump Cocoa SDK from v9.5.0 to v9.7.0
([#​4958](getsentry/sentry-dotnet#4958),
[#​5015](getsentry/sentry-dotnet#5015))
- Bump CLI from v3.3.0 to v3.3.3
([#​5002](getsentry/sentry-dotnet#5002))
- Bump Java SDK from v8.34.1 to v8.35.0
([#​5017](getsentry/sentry-dotnet#5017))
- Bump Native SDK from v0.13.2 to v0.13.3
([#​5045](getsentry/sentry-dotnet#5045))

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.2.0...6.3.0).
</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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant