Skip to content

SmokeTester should use SentrySdk.CrashedLastRun #2246

@bitsandfoxes

Description

@bitsandfoxes

Description

The SmokeTester uses the workaround going through the options to get to the CrashedLastRun

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

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions