diff --git a/package.json b/package.json index 3af8aa45..d15cd836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-demo-wallet", - "version": "1.2.2", + "version": "1.2.3", "description": "Stellar Demo Wallet", "repository": "https://github.com/stellar/stellar-demo-wallet", "license": "Apache-2.0", @@ -15,7 +15,7 @@ "dependencies": { "@reduxjs/toolkit": "^1.6.1", "@stellar/design-system": "^0.4.0", - "@stellar/frontend-helpers": "^1.2.0", + "@stellar/frontend-helpers": "^1.2.1", "@stellar/prettier-config": "^1.0.1", "@stellar/wallet-sdk": "^0.4.0-rc.0", "@testing-library/jest-dom": "^5.14.1", diff --git a/src/App.tsx b/src/App.tsx index d9fbcc0b..32ec68d8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -18,7 +18,7 @@ import "./App.scss"; errorReporting.reportErrors({ projectName: "demo-wallet", - tracingOrigins: [], + tracingOrigins: [/^\/[^/]/], }); export const App = () => ( diff --git a/yarn.lock b/yarn.lock index 8fed523f..ac6ac2cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2480,10 +2480,10 @@ resolved "https://registry.yarnpkg.com/@stellar/freighter-api/-/freighter-api-1.0.0-beta.0.tgz#08c3f4ebb4d1b8c3e92039242ca5c877814864b4" integrity sha512-wngITwqu9h4yfgqXvJS27VEkrlPh/u6uTDOPI2Ct8pZzde3fVPYGK+42izhGAe5oOvbziZQqHkHIPh+rkl7YHg== -"@stellar/frontend-helpers@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@stellar/frontend-helpers/-/frontend-helpers-1.2.0.tgz#b21e137a8a8897507ab7c6ca117b605d4c97bd42" - integrity sha512-OqvioPHlGIY/HScMVUcKqhTyBK6tICVwvZrVgf0256m/Y7ra3BfQ7RM5GWlJ1r7dRFButz4oH8E16RpBl9JwDg== +"@stellar/frontend-helpers@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@stellar/frontend-helpers/-/frontend-helpers-1.2.1.tgz#6d1674a94dc6640eb98b698ed569cbabc046b876" + integrity sha512-ztVfMH75txXXtJUh4UV+jhFGEGlNYEIZvii1dGccKMREsB+sIM9CJhG8M7urd6bNS3Piapase24xykyMFQYq2w== dependencies: "@sentry/browser" "^6.9.0" "@sentry/tracing" "^6.9.0"