sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
Please mark the NuGet packages used: - [x] Sentry.Extensions.Logging By default the package should exclude an internal error log from EF Core. It logs as error (with a stack trace...
While debugging https://github.com/getsentry/sentry-dotnet/issues/692 we noticed the cancellation token isn't checked anywhere. We only pass it along in hopes that whatever API takes it will throw if the token gets cancelled....
gRPC tests seem to run but code coverage reported is only shows 20% of the code tested: https://codecov.io/gh/getsentry/sentry-dotnet/tree/e2e00a4c51e4a890eadecdcc9989a2526a4a2a35/src/Sentry.AspNetCore.Grpc ``` alculating coverage result... Generating report 'D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\coverage.net5.0.opencover.xml' +---------------------------+--------+--------+--------+ | Module | Line...
Add a callback onCrashedLastRun to SentryOptions that is called by the SDK passing the event when Sentry is initialized and the last program execution terminated with a crash. PR in...
From the Unity perspective there are two different runtime descriptions to deal with: - Mono Runtime: `Mono 6.13.0 (explicit/88268f9e785)` - IL2CPP Runtime: `Mono Unity IL2CPP (Jun 22 2022 18:13:02)` that...
There are different approaches we can take to add support for source context: 1. [It's possible to embed sources in the pdb](https://github.com/dotnet/roslyn/issues/12625). Couldn't find docs but general GitHub issues. [Seems...
Error codes mappings are here: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-develop-error-messages This mapping could be brought in to the default SDK event processing pipeline to add more context to users.
PR https://github.com/getsentry/sentry-dotnet/pull/1288 is adding support for Android with native crash support. Similar to how we build Unity, we should be able to validate the package works. A sample is being...
It seems the runtime doesn't ship with pdbs. With the move of symbols into nuget.org they might have added the runtime store symbols also there. In this case we'd to...
The gRPC code came in as a contribution, we merged and released. We haven't added any docs for this yet. ## Docs There are [docs on how to contribute to...