sentry: Stop importing from @sentry/tracing, which is deprecated.

This was deprecated in 7.47.0[^1].

[^1]: https://github.com/getsentry/sentry-javascript/releases/tag/7.47.0
This commit is contained in:
Alex Vandiver
2023-04-28 21:24:29 +00:00
committed by Tim Abbott
parent cadfbcac76
commit e2a6a0c440
4 changed files with 2 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
import * as Sentry from "@sentry/browser";
import {BrowserTracing} from "@sentry/tracing";
import _ from "lodash";
import {page_params} from "./page_params";
@@ -51,7 +50,7 @@ if (page_params.server_sentry_dsn) {
release: "zulip-server@" + ZULIP_VERSION,
integrations: [
new BrowserTracing({
new Sentry.BrowserTracing({
tracePropagationTargets: url_matches,
}),
],