-
-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomers
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomers

