Skip to content

Commit 141ae0b

Browse files
committed
try to set sentry envs for release
1 parent 90ffa92 commit 141ae0b

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

dist/index.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/coolify.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,10 @@ export default class Coolify {
760760
{
761761
key: 'NEXT_PUBLIC_BUGSINK_HOST',
762762
value: extractHostFromDsn(this.bugsink_dsn)
763+
},
764+
{
765+
key: 'VERCEL_GIT_COMMIT_SHA',
766+
value: '$SOURCE_COMMIT'
763767
}
764768
])
765769

supabase-pawtograder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ services:
833833
- 'UPSTASH_REDIS_REST_URL=${UPSTASH_REDIS_REST_URL}'
834834
- 'UPSTASH_REDIS_REST_TOKEN=${UPSTASH_REDIS_REST_TOKEN}'
835835
- 'SENTRY_DSN=${SENTRY_DSN}'
836+
- 'GIT_COMMIT_SHA=${SOURCE_COMMIT}'
836837
volumes:
837838
- './volumes/functions:/home/deno/functions'
838839
- type: bind

0 commit comments

Comments
 (0)