Skip to content

Commit a99408a

Browse files
committed
chore: remove error logging to analytics
1 parent 7685967 commit a99408a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/ts/event-handlers/global.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ window.onerror = function (message, url, line, column, error): void {
4040
important: true,
4141
});
4242
}
43-
void log("error", {
44-
error: error?.stack ?? "",
45-
});
4643
};
4744

4845
window.onunhandledrejection = function (e): void {

0 commit comments

Comments
 (0)