diff --git a/src/frontend/main/src/App.jsx b/src/frontend/main/src/App.jsx index 60b036834d..5187262bee 100755 --- a/src/frontend/main/src/App.jsx +++ b/src/frontend/main/src/App.jsx @@ -18,7 +18,7 @@ import environment from "./environment"; integrations: [ new Sentry.BrowserTracing({ // Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled - tracePropagationTargets: ["localhost", "https:yourserver.io/api/"], + tracePropagationTargets: ["https://fmtm.naxa.com.np/", "https://fmtm.hotosm.org/"], }), new Sentry.Replay(), ],