-
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Description
The SmokeTester uses the workaround going through the options to get to the CrashedLastRun
sentry-unity/test/Scripts.Integration.Test/Scripts/OptionsConfiguration.cs
Lines 31 to 38 in fcd5e99
| SmokeTester.CrashedLastRun = () => | |
| { | |
| if (options.CrashedLastRun != null) | |
| { | |
| return options.CrashedLastRun() ? 1 : 0; | |
| } | |
| return -2; | |
| }; |
It should use the public SentrySdk.CrashedLastRun instead
| public SentrySdk.CrashedLastRun CrashedLastRun() |
Metadata
Metadata
Assignees
Projects
Status
Done