Skip to content

Commit

Permalink
Remove Hotjar & Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
sjonpaulbrown committed Jun 3, 2024
1 parent 653258e commit 1873ea2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ ENV REACT_APP_BACK_END_SERVER_API "https://cast-backend-prod-cxc3jxjjdq-uc.a.run
ENV REACT_APP_IPFS_GATEWAY "https://dappercollectives.mypinata.cloud/ipfs"
ENV REACT_APP_FLOW_ENV "mainnet"
ENV REACT_APP_TX_OPTIONS_ADDRS "0xe0de919ed4ebeee4,0x7f81b82fa0e59b17"
ENV REACT_APP_HOTJAR_SITE_ID=REPLACE_HOTJAR_SITE_ID
ENV REACT_APP_SENTRY_URL=REPLACE_SENTRY_URL

RUN yarn build

Expand Down
2 changes: 0 additions & 2 deletions frontend/Dockerfile.stage
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ ENV REACT_APP_BACK_END_SERVER_API "https://app.staging.cast.dapperlabs.com"
ENV REACT_APP_IPFS_GATEWAY "https://dappercollectives.mypinata.cloud/ipfs"
ENV REACT_APP_FLOW_ENV "mainnet"
ENV REACT_APP_TX_OPTIONS_ADDRS "0xe0de919ed4ebeee4,0x7f81b82fa0e59b17"
ENV REACT_APP_HOTJAR_SITE_ID=REPLACE_HOTJAR_SITE_ID
ENV REACT_APP_SENTRY_URL=REPLACE_SENTRY_URL


RUN yarn build
Expand Down
2 changes: 0 additions & 2 deletions frontend/packages/client/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ REACT_APP_FLOW_ENV=emulator
REACT_APP_BACK_END_SERVER_API=http://localhost:5001
REACT_APP_IPFS_GATEWAY=https://dappercollectives.mypinata.cloud/ipfs
REACT_APP_TX_OPTIONS_ADDRS="0xc590d541b72f0ac1,0x72d401812f579e3e"
REACT_APP_HOTJAR_SITE_ID=0
REACT_APP_SENTRY_URL=REPLACE_SENTRY_URL
3 changes: 0 additions & 3 deletions frontend/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
"@craco/craco": "^6.4.5",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@hookform/resolvers": "^2.9.7",
"@hotjar/browser": "^1.0.6",
"@onflow/fcl": "^1.2.0",
"@onflow/sdk": "^1.1.1",
"@onflow/six-transfer-tokens": "0.0.8",
"@sentry/react": "^7.14.0",
"@sentry/tracing": "^7.14.0",
"@tanstack/react-query": "4.3.3",
"@tanstack/react-query-devtools": "4.3.3",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
Expand Down

0 comments on commit 1873ea2

Please sign in to comment.