PromucFlow_constructor/app/client/src/components/SentryRoute.tsx

5 lines
140 B
TypeScript
Raw Normal View History

import * as Sentry from "@sentry/react";
import { Route } from "react-router";
export const SentryRoute = Sentry.withSentryRouting(Route);