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