Skip to content

Breadcrumbs added inconsistently for start/end of session #2046

@Ruekov

Description

@Ruekov

Package

Sentry

.NET Flavor

.NET Core

.NET Version

6.0.11

OS

Windows

SDK Version

3.23.1

Self-Hosted Sentry Version

No response

Steps to Reproduce

In a winfoms project, at Main():
1.- Initialize Sentry
2.- Call method SentrySdk.StartSession();
3.- Call winforms methods (Application.Run(new Form()), etc.)
4.- Within this Form, some info/warning/exception is catched and sent to sentry
5.- After them, (Form() Closed) call method SentrySdk.EndSession();

Expected Result

Show info/exception/message inside a session

Actual Result

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingGood First IssueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions