I figured project names were just for visual labeling purposes, but I changed my project name from some initial default sentry-javascript to dashboard-prod and it broke my vercel builds.
- Why does this happen, this seems like a flaw but I understand that party of the sdk is knowing which project to send the data to.
- My only sentry env vars are
SENTRY_AUTH_TOKENandNEXT_PUBLIC_SENTRY_DSN, neither of which specify a project name (unless its encoded in these vars). There's noSENTRY_PROJECTvariable in my env vars. So I'm not sure where to begin fixing this. I tried generating new auth token and new dsn but I'm still getting the same vercel build error.
Where would the 'project or. organization slug' mentioned in the error log be set if not in env vars? I've searched the entire repo for sentry and there's about 6 config files, none of which have a hardcoded project name.