You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/Sentry.Tests/GlobalSessionManagerTests.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ public void ReportError_ActiveSessionDoesNotExist_LogsOutError()
159
159
160
160
// Assert
161
161
_fixture.Logger.Entries.Should().Contain(e =>
162
-
e.Message=="Failed to report an error on a session because there is none active."&&
162
+
e.Message=="There is no session active. Skipping updating the session as errored. Consider setting 'AutoSessionTracking = true' to enable Release Health and crash free rate."&&
0 commit comments