Skip to content

Commit

Permalink
feat: Allow enabling datadog in sandboxes again
Browse files Browse the repository at this point in the history
For reference, this was removed in commit
8c08807. I'm not reverting the changes to
DATADOG_KEY because I'm not entirely sure if those are needed.
  • Loading branch information
timmc-edx committed Mar 19, 2024
1 parent 8b7077f commit 45123a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ class CreateSandbox {

booleanParam("enable_newrelic",false,"Enable NewRelic application monitoring (this costs money, please ask devops before enabling). Server level New Relic monitoring is always enabled. Select 'reconfigure' as well, if you want to deploy this.")

booleanParam("enable_datadog",false,"Enable DataDog monitoring (this costs money, please ask devops before enabling). Select 'reconfigure' as well, if you want to deploy this.")

booleanParam("enable_client_profiling",false,"Enable the SESSION_SAVE_EVERY_REQUEST django setting for client profiling.")

booleanParam("run_oauth",true,"")
Expand Down

0 comments on commit 45123a0

Please sign in to comment.