Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update sentry-javascript monorepo to v9 (major) #172

Open
wants to merge 1 commit into
base: saga
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
386 changes: 166 additions & 220 deletions package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
],
"dependencies": {
"@nordicsemiconductor/from-env": "3.0.1",
"@sentry/browser": "7.120.3",
"@sentry/react": "7.120.3",
"@sentry/browser": "9.10.1",
"@sentry/react": "9.10.1",
"ajv": "8.17.1",
"date-fns-tz": "2.0.1",
"feather-icons": "4.29.2",

Unchanged files with check annotations Beta

import * as Sentry from '@sentry/react'
import { BrowserTracing } from '@sentry/browser'

Check failure on line 2 in src/sentry.ts

GitHub Actions / main

Module '"@sentry/browser"' has no exported member 'BrowserTracing'.
const enableSentry = import.meta.env.PUBLIC_SENTRY_DSN !== undefined