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 0c6e059 commit 70b856cCopy full SHA for 70b856c
.hooks/pre-commit
@@ -1,5 +1,5 @@
1
#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/hook.sh"
3
4
-deno fmt --check supabase/*
+deno fmt supabase/*
5
deno lint supabase/*
supabase/functions/fetch-scrobbles/index.ts
@@ -14,6 +14,7 @@ Sentry.init({
14
// Set region and execution_id as custom tags
15
Sentry.setTag("region", Deno.env.get("SB_REGION"));
16
Sentry.setTag("execution_id", Deno.env.get("SB_EXECUTION_ID"));
17
+Sentry.setTag("url", env.SUPABASE_URL);
18
19
Deno.serve(async () => {
20
try {
0 commit comments