Skip to content

Commit

Permalink
feat: fmtm dev and prod domain to tracepropagationtargets
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Jul 20, 2023
1 parent 389724f commit e1ff965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/main/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
],
Expand Down

0 comments on commit e1ff965

Please sign in to comment.