LevelUp.ServiceDefaults.Sentry
0.3.5
See the version list below for details.
dotnet add package LevelUp.ServiceDefaults.Sentry --version 0.3.5
NuGet\Install-Package LevelUp.ServiceDefaults.Sentry -Version 0.3.5
<PackageReference Include="LevelUp.ServiceDefaults.Sentry" Version="0.3.5" />
<PackageVersion Include="LevelUp.ServiceDefaults.Sentry" Version="0.3.5" />
<PackageReference Include="LevelUp.ServiceDefaults.Sentry" />
paket add LevelUp.ServiceDefaults.Sentry --version 0.3.5
#r "nuget: LevelUp.ServiceDefaults.Sentry, 0.3.5"
#:package LevelUp.ServiceDefaults.Sentry@0.3.5
#addin nuget:?package=LevelUp.ServiceDefaults.Sentry&version=0.3.5
#tool nuget:?package=LevelUp.ServiceDefaults.Sentry&version=0.3.5
LevelUp.ServiceDefaults.Sentry
Opt-in satellite for LevelUp.ServiceDefaults that bridges Sentry error reporting
through OpenTelemetry, so captured events correlate to the active OTel trace.
Self-disables when no DSN is configured: the call registers nothing and does not throw, keeping the canonical shim uniform across services.
Usage
builder.AddLevelUpServiceDefaults()
.AddLevelUpSentry(); // reads the DSN from the Sentry:Dsn configuration key
The whole Sentry: configuration section is bound onto SentryOptions, so settings
such as Sentry:TracesSampleRate and Sentry:ProfilesSampleRate flow from config.
For imperative overrides, pass a callback — it runs after config binding and the
OpenTelemetry bridge, so its values win:
builder.AddLevelUpSentry(options => options.TracesSampleRate = 0.2);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- LevelUp.ServiceDefaults (>= 0.3.5)
- Sentry.AspNetCore (>= 6.6.0)
- Sentry.OpenTelemetry (>= 6.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.4.0-preview.1 | 0 | 6/26/2026 |
| 0.3.5 | 86 | 6/26/2026 |
| 0.3.4 | 126 | 6/24/2026 |
| 0.3.3 | 148 | 6/23/2026 |
| 0.3.2 | 90 | 6/23/2026 |
| 0.3.1 | 120 | 6/22/2026 |
| 0.3.0 | 110 | 6/21/2026 |
| 0.3.0-preview.1 | 53 | 6/21/2026 |
| 0.2.0 | 99 | 6/21/2026 |
| 0.1.0 | 93 | 6/21/2026 |