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.
1 parent 018865b commit 84cb3ebCopy full SHA for 84cb3eb
src/libraries/Logger.php
@@ -60,7 +60,7 @@ public static function initialize() {
60
Rollbar::init(
61
[
62
'access_token' => Common::$config->rollbar->access_token_server,
63
- 'code_version' => VersionInfo::$version->bnetdocs[0];
+ 'code_version' => VersionInfo::$version->bnetdocs[0],
64
'environment' => Common::$config->rollbar->environment,
65
'person_fn' => 'Logger::getIdentityAsRollbar',
66
'use_error_reporting' => true,
0 commit comments