Almost there (#4343)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2026-01-12 16:29:55 -07:00
committed by GitHub
parent 3620fe14a9
commit 53a7e690a1
23 changed files with 5261 additions and 255 deletions
@@ -51,6 +51,10 @@ public class DeviceTrackingMiddleware(RequestDelegate next, ILogger<DeviceTracki
logger.LogTrace("Device {DeviceId} tracked for user {UserId}", deviceId, userId);
}
}
catch (OperationCanceledException)
{
/* Ignore */
}
catch (Exception ex)
{
logger.LogError(ex, "Failed to track device activity");