Skip to content

Commit

Permalink
chore: remove console capture (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline authored Jan 16, 2024
1 parent 6f3eb1d commit 468154b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"playwright:test": "playwright test"
},
"dependencies": {
"@sentry/integrations": "^7.93.0",
"@sentry/react": "^7.93.0",
"@walletconnect/core": "2.11.0",
"@walletconnect/identity-keys": "^1.0.1",
Expand Down
2 changes: 0 additions & 2 deletions src/utils/sentry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { CaptureConsole } from '@sentry/integrations'
import * as Sentry from '@sentry/react'

export const initSentry = () => {
Expand All @@ -9,7 +8,6 @@ export const initSentry = () => {
tracePropagationTargets: ['https://web3inbox-dev-hidden.vercel.app']
}),
new Sentry.Replay(),
new CaptureConsole({ levels: ['error'] })
],
tracesSampleRate: 0.5,
replaysSessionSampleRate: 0.1,
Expand Down
29 changes: 0 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2492,16 +2492,6 @@
"@sentry/types" "7.93.0"
"@sentry/utils" "7.93.0"

"@sentry/integrations@^7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.93.0.tgz#23ce18919e8b19f97b9b0fdf69d2ecaa6f1730ad"
integrity sha512-uGQ8+DiqUr6SbhdJJHyIqDJ6kHnFuSv8nZWtj2tJ1I8q8u8MX8t8Om6R/R4ap45gCkWg/zqZq7B+gQV6TYewjQ==
dependencies:
"@sentry/core" "7.93.0"
"@sentry/types" "7.93.0"
"@sentry/utils" "7.93.0"
localforage "^1.8.1"

"@sentry/react@^7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.93.0.tgz#c6a07cf18c0fbd59e3d534300989f843ad518148"
Expand Down Expand Up @@ -5770,11 +5760,6 @@ ignore@^5.2.0:
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz"
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==

immediate@~3.0.5:
version "3.0.6"
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==

immutable@^4.0.0:
version "4.3.4"
resolved "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz"
Expand Down Expand Up @@ -6270,13 +6255,6 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"

[email protected]:
version "3.1.1"
resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e"
integrity sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==
dependencies:
immediate "~3.0.5"

[email protected]:
version "2.1.0"
resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz"
Expand Down Expand Up @@ -6400,13 +6378,6 @@ localStorage@^1.0.4:
resolved "https://registry.npmjs.org/localStorage/-/localStorage-1.0.4.tgz"
integrity sha512-r35zrihcDiX+dqWlJSeIwS9nrF95OQTgqMFm3FB2D/+XgdmZtcutZOb7t0xXkhOEM8a9kpuu7cc28g1g36I5DQ==

localforage@^1.8.1:
version "1.10.0"
resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.10.0.tgz#5c465dc5f62b2807c3a84c0c6a1b1b3212781dd4"
integrity sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==
dependencies:
lie "3.1.1"

locate-path@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz"
Expand Down

1 comment on commit 468154b

@vercel
Copy link

@vercel vercel bot commented on 468154b Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.