-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Deno release 8.13.0 broke imports / has incorrect import details in README #12698
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-issues for triage ⏲️ |
Hey @Alexa-Green apologies for the trouble. This was a breaking change we accidentally released - we'll get it fixed for the next release of the SDK. Apologies for the trouble, you can use |
8.14.0 was released today, but this doesn't appear to be fixed. /index.mjs is still missing. |
Yes apologies, my fix wasn't robust enough, opened #12773 to fix |
This is fixed in 8.15.0. Issue can be closed I guess. |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
[sentry](https://deno.land/x/sentry/index.mjs)
is no longer found.Expected Result
The import for Sentry does not need to be changed after update to
8.13.0
Actual Result
https://deno.land/x/sentry/index.mjs
is not found, and it should now behttps://deno.land/x/sentry/build/index.mjs
. Either documentation should be updated or contents should not be in a containing build folder. There is no documentation for this update so it broke deploys.Product Area
Releases
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: