1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-10-26 15:51:21 +03:00

Update dependency @sentry/browser to v8.15.0 (#12749)

* Update dependency @sentry/browser to v8.15.0

* Fix type import

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2024-07-09 15:22:40 +00:00
committed by GitHub
parent d053cd26f8
commit 7ceb151761
2 changed files with 56 additions and 56 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
import * as Sentry from "@sentry/browser";
import { MatrixClient } from "matrix-js-sdk/src/matrix";
import { type Integration } from "@sentry/types/types/integration";
import { type Integration } from "@sentry/types/build/types/integration";
import SdkConfig from "./SdkConfig";
import { MatrixClientPeg } from "./MatrixClientPeg";