Skip to content

Commit

Permalink
Merge pull request #1431 from tailwarden/dependabot/npm_and_yarn/dash…
Browse files Browse the repository at this point in the history
…board/sentry/react-8.5.0

build(deps): bump @sentry/react from 7.70.0 to 8.5.0 in /dashboard
  • Loading branch information
Azanul authored Jun 10, 2024
2 parents fa02724 + b0559a6 commit 1aef9d9
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 32 deletions.
3 changes: 1 addition & 2 deletions dashboard/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as Sentry from '@sentry/react';
import classNames from 'classnames';
import { BrowserTracing } from '@sentry/tracing';
import { useRouter } from 'next/router';
import { ReactNode, useEffect } from 'react';
import settingsService from '@services/settingsService';
Expand Down Expand Up @@ -47,7 +46,7 @@ function Layout({ children }: LayoutProps) {
if (telemetry?.telemetry_enabled && environment.production) {
Sentry.init({
dsn: environment.SENTRY_URL,
integrations: [new BrowserTracing()],
integrations: [Sentry.browserTracingIntegration()],

// We recommend adjusting this value in production, or using tracesSampler
// for finer control
Expand Down
286 changes: 257 additions & 29 deletions dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@formbricks/js": "^2.0.0",
"@sentry/react": "^7.41.0",
"@sentry/react": "^8.5.0",
"@sentry/tracing": "^7.41.0",
"@tippyjs/react": "^4.2.6",
"chart.js": "^4.2.1",
Expand Down

0 comments on commit 1aef9d9

Please sign in to comment.