We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d7b6f3 + c3e1732 commit fa725a7Copy full SHA for fa725a7
src/sentry.ts
@@ -19,7 +19,7 @@ import PlatformPeg from "./PlatformPeg";
19
import SdkConfig from "./SdkConfig";
20
import { MatrixClientPeg } from "./MatrixClientPeg";
21
import SettingsStore from "./settings/SettingsStore";
22
-import { MatrixClient } from "matrix-js-sdk";
+import { MatrixClient } from "matrix-js-sdk/src/client";
23
24
/* eslint-disable camelcase */
25
0 commit comments