Skip to content

Commit

Permalink
fix: remove that useless service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG committed Feb 28, 2025
1 parent ad5f0be commit 1ffbea2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 143 deletions.
3 changes: 0 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { AppProviders } from './AppProviders'
import { getConfig } from './config'
import { renderConsoleArt } from './lib/consoleArt'
import { reportWebVitals } from './lib/reportWebVitals'
import * as serviceWorkerRegistration from './serviceWorkerRegistration'
import { httpClientIntegration } from './utils/sentry/httpclient'

// Remove this condition to test sentry locally
Expand Down Expand Up @@ -135,8 +134,6 @@ root.render(
</React.StrictMode>,
)

serviceWorkerRegistration.register()

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
Expand Down
33 changes: 0 additions & 33 deletions src/service-worker.ts

This file was deleted.

107 changes: 0 additions & 107 deletions src/serviceWorkerRegistration.ts

This file was deleted.

0 comments on commit 1ffbea2

Please sign in to comment.