Skip to content

Commit

Permalink
[Hotfix] Import Sentry 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark0506 committed Jul 24, 2024
1 parent d44b004 commit 6c4efac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./instrument";
import * as Sentry from "@sentry/react";
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
Expand All @@ -22,7 +22,7 @@ import Comments from './mypage/comments';
import TicketLogin from './routes/ticketlogin';
import ConfimationRoute from './routes/confirmationroute';
import ViewReservation from './ticket/components/viewreservation';
import * as Sentry from "@sentry/react";


declare global {
interface Window {
Expand Down

0 comments on commit 6c4efac

Please sign in to comment.