sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
### Description Document the (behavioral breaking) changes from #4700. See - https://github.com/getsentry/sentry-dotnet/pull/4700#discussion_r2561156282 - https://github.com/getsentry/sentry-dotnet/pull/4700#discussion_r2561153808 Also add to v6-Migration-Guide. Document - Breadcrumbs and Events via - `SentryLoggingOptions.MinimumBreadcrumbLevel` - `SentryLoggingOptions.MinimumEventLevel` - `SentryLoggingOptionsExtensions.AddLogEntryFilter`...
[https://develop.sentry.dev/sdk/telemetry/metrics/](https://develop.sentry.dev/sdk/telemetry/metrics/) Add support for [Sentry Metrics ](https://docs.sentry.io/product/explore/metrics/getting-started/)to the .NET SDK! This will enable users to record [counters, gauges, and distributions](https://develop.sentry.dev/sdk/telemetry/metrics/#metric-types). 1. Define the [Metrics Protocol](https://develop.sentry.dev/sdk/telemetry/metrics/#metrics-protocol) and `trace_metric` envelope type in...
### Description Sometimes when creating a fresh clone of the repository, trying to fetch/pull from the remote fails with: ``` Fetching submodule modules/Ben.Demystifier Fetching submodule modules/perfview Fetching submodule modules/sentry-native Fetching...
Crons team has added quick-start guides. If there are any small tweaks we need to make please raise them in the discuss-crons slack channel. Otherwise, this ticket is just to...
### Package Sentry.AspNetCore Sentry.OpenTelemetry ### .NET Flavor .NET Core ### .NET Version 9.0.111 ### OS Linux ### OS Version Debian 12 (official aspnetcore docker image) ### Development Environment Rider 2024...
### Description We should apply the same fix to GraphQL that was applied in: - #4724
[WebHostBuilder, IWebHost, and WebHost are obsolete](https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/10/webhostbuilder-deprecated) which causes various warnings in our unit tests: https://github.com/getsentry/sentry-dotnet/blob/a61ef11cfcb32c65f315cd4ba89a8aeadd680b89/test/Directory.Build.props#L14-L15 As these were not trivial to resolve and the net10 branch already includes a massive...
* create user docs (see [Python](https://docs.sentry.io/platforms/python/metrics/), [Javascript](https://docs.sentry.io/platforms/javascript/metrics/)) * clarify whether to add quickstart example for your SDK * when merged, change SDK from [upcoming](https://docs.sentry.io/product/explore/metrics/getting-started/#upcoming-sdks) to [supported](https://docs.sentry.io/product/explore/metrics/getting-started/#supported-sdks) Metrics Feature-Issue: - #4741
Perhaps we can think of a different way of adding entries to the `CHANGELOG.md`, as this is most commonly the merge conflict ... maybe we don't add it directly, but...
### Problem Statement The Sentry MAUI SDK currently [does not include ](https://docs.sentry.io/platforms/dotnet/guides/maui/logs/#default-attributes) device-specific attributes (such as device.model, device.platform, device.manufacturer, and device.brand) in structured logs, even though this information is collected...