diff --git a/src/app/router/constants/index.ts b/src/app/router/constants/index.ts
index 770f2ff..09322d5 100644
--- a/src/app/router/constants/index.ts
+++ b/src/app/router/constants/index.ts
@@ -1,4 +1,5 @@
export const Routes = {
Root: "/uploadContent",
ViewContent: "/viewContent",
+ SentryCheck: "/sentryCheck",
};
diff --git a/src/app/router/index.tsx b/src/app/router/index.tsx
index 2ccd9ea..c73e3b2 100644
--- a/src/app/router/index.tsx
+++ b/src/app/router/index.tsx
@@ -7,6 +7,17 @@ import { ViewContentPage } from "~/pages/view-content";
const router = createBrowserRouter([
{ path: Routes.Root, element: