-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
Package
Sentry
.NET Flavor
.NET
.NET Version
8.0.405
OS
Windows
OS Version
24H2: 26100.3775
Development Environment
Visual Studio v17.x
SDK Version
9.0.101
Self-Hosted Sentry Version
No response
Workload Versions
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------
Use `dotnet workload search` to find additional workloads to install.
UseSentry or SentrySdk.Init call
SentrySdk.Init(o => {
o.Dsn = "...";
o.AutoSessionTracking = true;
o.SampleRate = 0.5f;
o.TracesSampleRate = 0.01;
o.IsGlobalModeEnabled = true;
});Steps to Reproduce
- Call
SentrySdk.ConfigureScopeto set the scope'sReleaseproperty. - Call
SentrySdk.CaptureFeedbackto capture feedback.
Expected Result
I expect the release to be available in tags.
Actual Result
There is no release in tags.
bfloch
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status
