Skip to content

Commit

Permalink
Merge pull request #96 from meza/renovate/sentry-javascript-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update sentry-javascript monorepo to v7.46.0
  • Loading branch information
sj-e2digital authored Mar 30, 2023
2 parents 319f37a + 77dbdb0 commit 2c3156a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@remix-run/node": "1.14.3",
"@remix-run/react": "1.14.3",
"@remix-run/server-runtime": "1.14.3",
"@sentry/react": "7.43.0",
"@sentry/remix": "7.43.0",
"@sentry/serverless": "7.43.0",
"@sentry/react": "7.46.0",
"@sentry/remix": "7.46.0",
"@sentry/serverless": "7.46.0",
"@splitsoftware/splitio": "10.22.4",
"auth0-remix-server": "2.0.0",
"aws-cdk-lib": "2.72.0",
Expand Down
2 changes: 1 addition & 1 deletion src/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Sentry.init({
replaysOnErrorSampleRate: 1,
replaysSessionSampleRate: 0.1,
integrations: [
new Sentry.BrowserTracing({
new SentryReact.BrowserTracing({
routingInstrumentation: Sentry.remixRouterInstrumentation(
useEffect,
useLocation,
Expand Down

0 comments on commit 2c3156a

Please sign in to comment.