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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";