Add debug log inspector / rageshake
This commit is contained in:
parent
91366585ff
commit
76b2e8b29e
9 changed files with 320 additions and 28 deletions
|
|
@ -25,6 +25,7 @@ import { RoomPage } from "./room/RoomPage";
|
|||
import { RoomRedirect } from "./room/RoomRedirect";
|
||||
import { ClientProvider } from "./ClientContext";
|
||||
import { usePageFocusStyle } from "./usePageFocusStyle";
|
||||
import { SequenceDiagramViewerPage } from "./SequenceDiagramViewerPage";
|
||||
|
||||
const SentryRoute = Sentry.withSentryRouting(Route);
|
||||
|
||||
|
|
@ -48,6 +49,9 @@ export default function App({ history }) {
|
|||
<SentryRoute path="/room/:roomId?">
|
||||
<RoomPage />
|
||||
</SentryRoute>
|
||||
<SentryRoute path="/inspector">
|
||||
<SequenceDiagramViewerPage />
|
||||
</SentryRoute>
|
||||
<SentryRoute path="*">
|
||||
<RoomRedirect />
|
||||
</SentryRoute>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue