Skip to content

Commit

Permalink
chore(deps): bump @sentry/browser from 7.92.0 to 7.119.1 in /apps/lab…
Browse files Browse the repository at this point in the history
…oratory (#3016)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enes <enesozturk.d@gmail.com>
  • Loading branch information
dependabot[bot] and enesozturk authored Oct 6, 2024
1 parent 335e745 commit 8b93b1c
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 59 deletions.
2 changes: 1 addition & 1 deletion apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@sentry/browser": "7.92.0",
"@sentry/browser": "7.119.1",
"@sentry/react": "7.92.0",
"@solana/wallet-adapter-wallets": "0.19.32",
"@solana/web3.js": "1.95.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/laboratory/src/utils/SentryUtil.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import * as Sentry from '@sentry/react'
import { BrowserTracing } from '@sentry/browser'
import { browserTracingIntegration } from '@sentry/browser'

export function bootstrapSentry() {
const dsn = process.env['NEXT_PUBLIC_SENTRY_DSN']
if (dsn) {
Sentry.init({
dsn,
integrations: [new BrowserTracing()],
integrations: [browserTracingIntegration()],
tracesSampleRate: 1.0
})
}
Expand Down
Loading

0 comments on commit 8b93b1c

Please sign in to comment.