sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Sentry SDK for .NET

Results 339 sentry-dotnet issues
Sort by recently updated
recently updated
newest added

We have code that can't/should't run when the client app builds for NativeAOT/Trimmed. Currently, we're checking this at runtime. Try to follow up in this discussion whether/how we could make...

Feature

Related to: - https://github.com/getsentry/sentry-dotnet/issues/3159 ## Overview If we're going to build upon OpenTelemetry and leverage this behind the scenes for Tracing, we don't want to add complexity for people who...

Originally this started as an update of DeviceTests to .net8 but there are errors which I've hoped would be fixed by updating the copy of MauiTestUtils we have from upstream....

> Could not find query source in the selected date range. Learn more in our [documentation](https://docs.sentry.io/product/performance/queries/#query-sources). Docs: https://docs.sentry.io/product/performance/queries/#query-sources ![image](https://github.com/getsentry/sentry-dotnet/assets/1633368/e266de34-6112-4042-aa06-d2832fbc88d3) Docs does mention it's only supported in a few SDKs and...

### Integration sentry-android ### Build System Other ### AGP Version Not sure, using .NET build tools ### Proguard Enabled ### Version 7.14.0 ### Steps to Reproduce Logcat is a text...

Resolves #2580 ## Basic usage `samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj` includes an example of how to configure automatic heap dumps: https://github.com/getsentry/sentry-dotnet/blob/ffad1356b5eef1571650bc6c0826d49db36b5b22/samples/Sentry.Samples.Console.Basic/Program.cs#L41-L50 That sample demonstrates using a built in trigger that we provide, that triggers...

From [sentry-native#1027](https://github.com/getsentry/sentry-native/pull/1027), we had to add the handler strategy to the .NET SDK, from the sentry-java ([7.15.0-alpha1](https://github.com/getsentry/sentry-java/releases/tag/7.15.0-alpha.1)). This is also meant to fix #3461. I tested this, and it seems...

Bumps scripts/update-cli.ps1 from 2.37.0 to 2.38.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.38.0 #### Various fixes & improvements - feat(errors): Print backtrace when `RUST_BACKTRACE=1` ([#2189](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2189)) by szokeasaurusrex -...

Dependencies

Bumps modules/sentry-cocoa from 8.36.0 to 8.38.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 8.38.0 #### Features - Added breadcrumb.origin private field ([#4358](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/4358)) - Custom redact modifier for SwiftUI ([#4362](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/4362))...

Dependencies

### Package Sentry ### .NET Flavor .NET ### .NET Version 8.0.303 ### OS macOS ### SDK Version 4.10.2 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce 1. Create...

Enhancement
macOS