Skip to content

Commit

Permalink
chore: add missing sentryenv on backend config
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Dec 11, 2024
1 parent f0018b0 commit c35033b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"port" : 8080,
"host" : "0.0.0.0",
"cachedurationseconds": 20,
"sentrydsn": "${SENTRY_DSN_BACKEND:-https://username:password@senty.host/id}"
"sentrydsn": "${SENTRY_DSN_BACKEND:-https://username:password@senty.host/id}",
"sentryenv": "test"
}

0 comments on commit c35033b

Please sign in to comment.