Skip to content

Commit 0c6fd68

Browse files
Remove heartbeat patch (#56)
1 parent 742e384 commit 0c6fd68

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ import App from './App.tsx'
33
import "./main.css"
44
import "./styles/theme.css"
55
import "./index.css"
6-
7-
if (import.meta.env.MODE == 'development') {
8-
await import('@github/spark/initializeTelemetry');
9-
}
10-
116
import "@github/spark/spark"
127

138
createRoot(document.getElementById('root')!).render(

0 commit comments

Comments
 (0)