IO-3162 Sentry package upgrades and refactors.

This commit is contained in:
Patrick Fic
2025-02-28 12:15:47 -08:00
parent f0af12bc2c
commit ba63e8054f
7 changed files with 179 additions and 408 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);
}
};