Skip to content

Commit

Permalink
Update sentry tracking's tracingOrigins config
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu committed Aug 11, 2021
1 parent 0137991 commit 5a368c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "./App.scss";

errorReporting.reportErrors({
projectName: "demo-wallet",
tracingOrigins: [],
tracingOrigins: [/^\/[^/]/],
});

export const App = () => (
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a368c4

Please sign in to comment.