We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fdd9e commit 21ffd10Copy full SHA for 21ffd10
deno.json
@@ -18,7 +18,6 @@
18
"update-types-linked": "supabase gen types typescript --linked > src/shared/db.types.ts"
19
},
20
"imports": {
21
- "@sentry/deno": "npm:@sentry/deno@^9.1.0",
22
"@std/assert": "jsr:@std/assert@1",
23
"@supabase/supabase-js": "jsr:@supabase/supabase-js@^2.48.1"
24
}
supabase/functions/deno.json
@@ -1,4 +1,5 @@
1
{
2
3
+ "@sentry/deno": "npm:@sentry/deno@^9.1.0"
4
5
0 commit comments