sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Cannot download Deno from npm

Open smeubank opened this issue 6 months ago • 4 comments

Is there an existing issue for this?

  • [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
  • [X] I have reviewed the documentation https://docs.sentry.io/
  • [X] I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/deno

SDK Version

latest

Framework Version

latest

Link to Sentry event

No response

SDK Setup

import * as Sentry from "npm:@sentry/deno";


Sentry.init({
  dsn: NACHO_DSN,
  integrations: [],
  debug: true,
  // Performance Monitoring
  tracesSampleRate: 1.0,
})

Steps to Reproduce

i am running my function on supabase edge functions

  1. deploy my function to supabase
  2. curl request to the endpoint

Expected Result

Receive expected error response to log to sentry or just hello-world doesn't really matter

Actual Result

ERROR: Could not resolve 'npm:@sentry/deno';

smeubank avatar Feb 21 '24 15:02 smeubank