Replace analytics with bbtel in client error exclusion

This commit is contained in:
Rory Powell 2022-04-12 17:23:30 +01:00
parent 33719fcb09
commit 0d084d9c03
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export const API = createAPIClient({
// Don't notify if the URL contains the word analytics as it may be
// blocked by browser extensions
// todo: this can be removed now?
if (!url?.includes("analytics")) {
if (!url?.includes("bbtel")) {
notificationStore.actions.error(message)
}
}