mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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:
committed by
Tim Abbott
parent
cadfbcac76
commit
e2a6a0c440
@@ -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,
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user