Skip to content

Commit

Permalink
remove logrocket
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Jan 12, 2025
1 parent ac6f56e commit 4cbd7b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"baconjs": "patch:baconjs@npm%3A3.0.17#~/.yarn/patches/baconjs-npm-3.0.17-1a95474784.patch",
"classnames": "^2.5.1",
"jotai": "^2.9.3",
"logrocket": "^9.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
3 changes: 0 additions & 3 deletions ui/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import * as Bacon from "baconjs";
import { Provider } from "jotai";
import LogRocket from "logrocket";
import { createRoot } from "react-dom/client";

import { uiState } from "./state.ts";
import { UI } from "./ui.tsx";

LogRocket.init("rgozwj/smx-config-web");

Bacon.fromEvent(document, "DOMContentLoaded").onValue(async () => {
const rootEl = document.getElementById("root");
if (!rootEl) return;
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1947,13 +1947,6 @@ __metadata:
languageName: node
linkType: hard

"logrocket@npm:^9.0.0":
version: 9.0.0
resolution: "logrocket@npm:9.0.0"
checksum: 10c0/d44b1c4993200b94b98dc64c952d3b6bf32e21fb0eede69135b34e9f56fe91c0c43bf769f42411862c2554194cb1f0e1770835be83523f6b16e39925e8cf0f46
languageName: node
linkType: hard

"loupe@npm:^3.1.0, loupe@npm:^3.1.2":
version: 3.1.2
resolution: "loupe@npm:3.1.2"
Expand Down Expand Up @@ -2469,7 +2462,6 @@ __metadata:
baconjs: "patch:baconjs@npm%3A3.0.17#~/.yarn/patches/baconjs-npm-3.0.17-1a95474784.patch"
classnames: "npm:^2.5.1"
jotai: "npm:^2.9.3"
logrocket: "npm:^9.0.0"
react: "npm:^19.0.0"
react-dom: "npm:^19.0.0"
typescript: "npm:^5.5.4"
Expand Down

0 comments on commit 4cbd7b7

Please sign in to comment.