Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit b215619

Browse files
committed
fix: record console errors
1 parent 941ae29 commit b215619

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "1.7.2-beta",
3+
"version": "1.7.3-beta",
44
"scripts": {
55
"dev": "npm-run-all --parallel dev:*",
66
"dev:run": "FORCE_COLOR=1 vite",

apps/client/src/main.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if (localStorage.getItem("consentedToWelcomeMessage")) {
2828
H.init("zg092lg9", {
2929
enableStrictPrivacy: true,
3030
version,
31+
reportConsoleErrors: true,
32+
environment: import.meta.env.MODE
3133
});
3234
}
3335

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timetabl",
3-
"version": "1.7.2-beta",
3+
"version": "1.7.3-beta",
44
"author": "Hamzah Ahmed",
55
"license": "MIT",
66
"bugs": {

0 commit comments

Comments
 (0)