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
deno run --allow-read --allow-net --allow-env --allow-sys --allow-run main.ts
a. Where main.ts has the npm:@sentry/deno import
Expected Result
Should not result in an error, Deno isn't properly installing the Sentry module
Actual Result
error: 'import', and 'export' cannot be used outside of module code at file:///Users/kevin/Library/Caches/deno/npm/registry.npmjs.org/@sentry/deno/7.77.0/index.js:9520:1
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
7.77.0
Framework Version
Deno v1.37.2
Link to Sentry event
No response
SDK Setup
Steps to Reproduce
deno run --allow-read --allow-net --allow-env --allow-sys --allow-run main.ts
a. Where
main.ts
has thenpm:@sentry/deno
importExpected Result
Should not result in an error, Deno isn't properly installing the Sentry module
Actual Result
The text was updated successfully, but these errors were encountered: