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.
2 parents 0c9394f + adf57ff commit 399a999Copy full SHA for 399a999
Helper/Data.php
@@ -233,7 +233,7 @@ public function collectModuleConfig(): array
233
234
foreach ($this->configKeys as $key => $config) {
235
try {
236
- $value = $this->scopeConfig->getValue('sentry/environment/'.$key, ScopeInterface::SCOPE_STORE)
+ $value = $this->scopeConfig->getValue('sentry/environment/'.$key, ScopeInterface::SCOPE_STORE)
237
?? $this->deploymentConfig->get('sentry/'.$key);
238
} catch (TableNotFoundException|FileSystemException|RuntimeException|DomainException $e) {
239
$value = $this->deploymentConfig->get('sentry/'.$key);
0 commit comments