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 81e457f commit 3698000Copy full SHA for 3698000
scripts/run-prod.sh
@@ -3,7 +3,7 @@
3
set -ex
4
5
if [ "$RUN_LIVEKIT" ]; then
6
- python livekit_agent.py start
+ SENTRY_ENVIRONMENT="livekit" exec python livekit_agent.py start
7
elif [ "$RUN_DJANGO" ]; then
8
./manage.py runscript setup_vespa_db
9
./manage.py migrate
0 commit comments