Skip to content

Commit 3698000

Browse files
committed
set sentry environment for livekit
1 parent 81e457f commit 3698000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
if [ "$RUN_LIVEKIT" ]; then
6-
python livekit_agent.py start
6+
SENTRY_ENVIRONMENT="livekit" exec python livekit_agent.py start
77
elif [ "$RUN_DJANGO" ]; then
88
./manage.py runscript setup_vespa_db
99
./manage.py migrate

0 commit comments

Comments
 (0)