Skip to content

Missing "release" in feedbacks #4135

@codecat

Description

@codecat

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

  1. Call SentrySdk.ConfigureScope to set the scope's Release property.
  2. Call SentrySdk.CaptureFeedback to capture feedback.

Expected Result

I expect the release to be available in tags.

Actual Result

There is no release in tags.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions