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

Once this is implemented: https://developercommunity.visualstudio.com/t/solution-filter-should-allow-for-includeexclude-ba/1090914 Resolves: https://github.com/getsentry/sentry-dotnet/pull/1396#discussion_r770160968

enhancement
Platform: .NET

### Environment How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) Sentry on-premise 3.11.0, used for performance and error logging Which SDK and version? e.g: JavaScript 5.11.1,...

Bug
ASP.NET Core

Can we get the job manager, eg: var jobManager = app.ApplicationServices.GetRequiredService(); Then with it find all registered jobs? Having to add `SentryMonitorSlug` to all my jobs is pretty annoying

Bumps scripts/update-cli.ps1 from 2.30.1 to 2.30.2. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.30.2 This release re-enables Python releases. There are no code changes.

Dependencies

This reverts PR #3085. Since the PR, there's a lot of duplicate CI runs. The goal of the PR was to allow 3rd party contributors easier access to CI. As...

#skip-changelog The sample we had before didn't actually create any OTEL events. I also removed the call to `ConfigureResource` as this isn't necessary to get things working and makes things...

As part of: - https://github.com/getsentry/sentry-dotnet/issues/3159 This is an experiment in removing the distinction between Transactions and Spans. ## Assumes no data loss In this PR we've assumed the transition would...

Spike

### Description: See [parent ticket](https://github.com/getsentry/team-sdks/issues/4) for more project background. We would like to investigate using OpenTelemetry's .NET SDK to replace Sentry performance package in our own SDK. This would allow...

Product: Performance
OpenTelemetry

This is the current code: https://github.com/getsentry/sentry-dotnet/blob/6274944d00826b0442d038f675f4f46ac0fec182/src/Sentry/SentryOptions.cs#L620-L668 What this effectively does, AFAICT, is that we don't print any warnings when `Debug` is not set. That is pretty unexpected behavior, at least...

Bug
Logging

The following code looks like a return is missing: https://github.com/getsentry/sentry-dotnet/blob/bd62cf0421cc7a5d7b7804f8461fae00d47d43b8/src/Sentry/Internal/SdkComposer.cs#L61-L72 Originally, the comment got out of sync in this PR: https://github.com/getsentry/sentry-dotnet/pull/2784/files#diff-77b9274c57c77def047f936ba8b349866e9ca9f7cb48ab9e3ca653b106f11881L45-L48 and the code seems to have been broken since:...