getsentry / sentry-unity

Development of Sentry SDK for Unity
https://docs.sentry.io/platforms/unity/
MIT License
218 stars 52 forks source link

fix: Log error with exception argument order #1904

Closed bitsandfoxes closed 3 days ago

bitsandfoxes commented 4 days ago

Fixing the order of arguments when logging errors that provide exceptions introduced in

The signature is

    public static void LogError(
        this IDiagnosticLogger logger,
        Exception exception,
        string message)

skip-changelog