Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b5f377d

Browse files
committed
Fix import breaking types in release mode
1 parent b58f7fe commit b5f377d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import PlatformPeg from "./PlatformPeg";
1919
import SdkConfig from "./SdkConfig";
2020
import { MatrixClientPeg } from "./MatrixClientPeg";
2121
import SettingsStore from "./settings/SettingsStore";
22-
import { MatrixClient } from "matrix-js-sdk";
22+
import { MatrixClient } from "matrix-js-sdk/src/client";
2323

2424
/* eslint-disable camelcase */
2525

0 commit comments

Comments
 (0)