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