Skip to content

Commit

Permalink
added release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
RheimerViolet88 committed Nov 8, 2023
1 parent e320305 commit 72468ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bugsnag.php
Expand Up @@ -20,6 +20,7 @@ public function __construct()
{
$this->bugsnag = Client::make(Environment::getEnv('BUGSNAG_API_KEY'));
$this->bugsnag->setAppType('Silverstripe');
$this->bugsnag->setReleaseStage(Environment::getEnv('BUGSNAG_RELEASE_STAGE') ?? 'development');
}

/**
Expand Down

0 comments on commit 72468ba

Please sign in to comment.