sentry-javascript: Not seeing errors from sentry-integrated deployment

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

We followed the instructions to add Sentry integration to one of our projects deployed via Vercel. The Sentry integration is connected, and the Vercel env vars (NEXT_PUBLIC_SENTRY_DSN, NEXT_PUBLIC_SENTRY_ENVIRONMENT, SENTRY_AUTH_TOKEN) all line up. Development (local) bugs are being logged, but those same test bugs we’ve been tripping in our Vercel deployments are not.

Expected Result

Seeing bugs logged from our deployed Vercel site.

Actual Result

Only seeing bugs from development (local) environments.

image

Product Area

Settings - Integrations

Link

No response

DSN

https://8d37f66cd0874295b1e8f40f7a8a423a@o4505166562787328.ingest.sentry.io/4505166993227776

Version

No response

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 21 (8 by maintainers)

Most upvoted comments

We decided to scrap the whole thing and reinstall to see if there was anything we missed. I think I neglected to install @sentry/browser package the first go around. Looks like that has taken care of it. Sentry is now logging issues (at least) from our staging deploy.

Thank you for bearing with me.