johnsmith-gooddollar

Results 104 comments of johnsmith-gooddollar

P.S. I'm using @sentry/nextjs integration

@lforst https://good-wallet-v2-git-bump-sentry-7-102-1-gooddollarteam.vercel.app/ source code here: https://github.com/GoodDollar/GoodWalletV2/blob/bump-sentry-7-102-1/apps/wallet/package.json#L13 https://github.com/GoodDollar/GoodWalletV2/blob/bump-sentry-7-102-1/apps/wallet/config.ts#L28 https://github.com/GoodDollar/GoodWalletV2/blob/bump-sentry-7-102-1/apps/wallet/sentry.client.config.ts To reproduce a) open website root (exactly root, not a /home or any other path) b) first time you need log in...

``` { "name": "wallet", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 80", "lint": "next lint" }, "dependencies": { "@lottiefiles/react-lottie-player":...

> @johnsmith-gooddollar What versions of your Sentry dependencies show in your lockfile? Can you try hardpinning the Sentry dependencies (ie removing `^`)? Thanks. we do not have multiple versions: ```...

@lforst Yes I tried to set exact version by removing `^` and even used Yarn's `resolutions` - nothing of those helped, lockfile actually haven't chnaged

@lforst need to discuss with project owner, just wrote him, awaiting for response

@lforst cannot add you by this moment. have you tried to create empty nextJS project with the following config ? Does it reproduce ? After some debugging I found the...

@lforst disabling browser tracing solves the issue. but we need it, so it would be good to have some proper solution ![image](https://github.com/getsentry/sentry-javascript/assets/89783679/2cb3d2b0-3d5b-4549-bafa-3b077e943e8d)