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
Try to import deploy using the instructions in the Deno README.
Find that [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 be https://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.