From 18a3d0f9ad784ad5aa352cb5b4570ac69c464add Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 30 Apr 2024 13:09:01 -0500 Subject: [PATCH] Switch back to @sentry/deno from deno.land --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 6d047329..b83aaa69 100644 --- a/deno.json +++ b/deno.json @@ -17,7 +17,7 @@ "imports": { "@/": "./src/", "@nostrify/nostrify": "jsr:@nostrify/nostrify@^0.15.0", - "@sentry/deno": "npm:@sentry/deno@^7.112.2", + "@sentry/deno": "https://deno.land/x/sentry@7.112.2/index.mjs", "@std/cli": "jsr:@std/cli@^0.223.0", "@std/crypto": "jsr:@std/crypto@^0.224.0", "@std/encoding": "jsr:@std/encoding@^0.224.0",