mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
rageshake button
This commit is contained in:
@@ -22,6 +22,7 @@ import { Initializer } from "./initializer";
|
||||
import { MediaDevicesProvider } from "./livekit/MediaDevicesContext";
|
||||
import { widget } from "./widget";
|
||||
import { useTheme } from "./useTheme";
|
||||
import { RageshakeButton } from "./settings/RageshakeButton";
|
||||
|
||||
const SentryRoute = Sentry.withSentryReactRouterV7Routing(Route);
|
||||
|
||||
@@ -70,6 +71,7 @@ export const App: FC = () => {
|
||||
<TooltipProvider>
|
||||
{loaded ? (
|
||||
<Suspense fallback={null}>
|
||||
<RageshakeButton description='Logs for Robin' />
|
||||
<ClientProvider>
|
||||
<MediaDevicesProvider>
|
||||
<Sentry.ErrorBoundary fallback={ErrorPage}>
|
||||
|
||||
Reference in New Issue
Block a user