From ec68888fd4a5188b2165031a1d3130c116b6d886 Mon Sep 17 00:00:00 2001 From: Zsolt Date: Mon, 11 Mar 2024 09:20:21 +0100 Subject: [PATCH] Updated readme and settings.pantheon.php file. --- README.md | 4 ---- web/sites/default/settings.pantheon.php | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3faed6b37..7a4a0c36a 100644 --- a/README.md +++ b/README.md @@ -215,10 +215,6 @@ if you are using other IDE or want to know more about this feature. ## Deploy to Pantheon -### Rollbar configuration - -Rollbar will be automatically enabled on test and live environments. The access tokens need to be added under '/admin/config/services/rollbar' and the rollbar configuration yml file should be committed. - ### Pantheon Setup Follow the steps listed in `.ddev/providers/pantheon.yaml`. diff --git a/web/sites/default/settings.pantheon.php b/web/sites/default/settings.pantheon.php index 56dfa4fd8..27f8b9d3a 100644 --- a/web/sites/default/settings.pantheon.php +++ b/web/sites/default/settings.pantheon.php @@ -75,6 +75,9 @@ if ($pantheon_env == 'live' || $pantheon_env == 'test') { $config['rollbar.settings']['environment'] = $pantheon_site_name . '.' . $pantheon_env; $config['rollbar.settings']['enabled'] = TRUE; + // Placeholders for adding the actual access token values. + // $config['rollbar.settings']['access_token'] = ''; + // $config['rollbar.settings']['access_token_frontend'] = '';. } switch ($pantheon_env) { case 'test':