You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/index.d.ts Transformation error (A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference
I tried running it like so: npx @sentry/migr8@latest --ingoreFilePatterns ["**/*.d.ts"] npx @sentry/migr8@latest --ingoreFilePatterns "**/*.d.ts" npx @sentry/migr8@latest --ingoreFilePatterns **/*.d.ts
but these broke in the same way
Also, every time I run it, I have to look at the intro messages for half a minute, can they be skipped?
The text was updated successfully, but these errors were encountered:
Environment
just
npx @sentry/migr8@latest
,sentry right now:
"@sentry/nextjs": "7.117.0",
Steps to Reproduce
Expected Result
I can migrate to v8
Actual Result
migration dies with
I tried running it like so:
npx @sentry/migr8@latest --ingoreFilePatterns ["**/*.d.ts"]
npx @sentry/migr8@latest --ingoreFilePatterns "**/*.d.ts"
npx @sentry/migr8@latest --ingoreFilePatterns **/*.d.ts
but these broke in the same way
Also, every time I run it, I have to look at the intro messages for half a minute, can they be skipped?
The text was updated successfully, but these errors were encountered: