Merged in feature/IO-3162-sentry-improvements (pull request #2134)

feature/IO-3162-sentry-improvements
This commit is contained in:
Patrick Fic
2025-02-28 22:49:41 +00:00
8 changed files with 228 additions and 444 deletions

View File

@@ -142,7 +142,7 @@ export function Manage({ conflict, bodyshop, alerts, setAlerts }) {
const fetchedAlerts = await response.json();
setAlerts(fetchedAlerts);
} catch (error) {
console.error("Error fetching alerts:", error);
console.warn("Error fetching alerts:", error.message);
}
};