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
There are multiple errors. First, instead of telling you to run the sentry/cloudfare install, it just has another sentry/remix install line --- essentially a duplicate typo.
But more importantly, the fix suggested to get around the node:async errors, by aliasing them to an empty module, doesn't work. Aliasing them to an empty module in load gets you to the next error, where the vite transform of sentry-release-injection-file causes an issue, expecting JSON instead of js with the code you submit to the load function (export default {})
Suggested Solution
No response
The text was updated successfully, but these errors were encountered:
SDK
JavaScript SDK
Description
There are multiple errors. First, instead of telling you to run the sentry/cloudfare install, it just has another sentry/remix install line --- essentially a duplicate typo.
But more importantly, the fix suggested to get around the node:async errors, by aliasing them to an empty module, doesn't work. Aliasing them to an empty module in load gets you to the next error, where the vite transform of sentry-release-injection-file causes an issue, expecting JSON instead of js with the code you submit to the load function (export default {})
Suggested Solution
No response
The text was updated successfully, but these errors were encountered: