File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55use \BNETDocs \Libraries \Exceptions \QueryException ;
66use \BNETDocs \Libraries \User ;
7+ use \BNETDocs \Libraries \VersionInfo ;
78use \CarlBennett \MVC \Libraries \Common ;
89use \CarlBennett \MVC \Libraries \DatabaseDriver ;
910use \CarlBennett \MVC \Libraries \Logger as LoggerMVCLib ;
@@ -59,8 +60,10 @@ public static function initialize() {
5960 Rollbar::init(
6061 [
6162 'access_token ' => Common::$ config ->rollbar ->access_token_server ,
62- 'environment ' => Common::$ config ->rollbar ->environment ,
63- 'person_fn ' => 'Logger::getIdentityAsRollbar ' ,
63+ 'code_version ' => VersionInfo::$ version ->bnetdocs [0 ];
64+ 'environment ' => Common::$ config ->rollbar ->environment ,
65+ 'person_fn ' => 'Logger::getIdentityAsRollbar ' ,
66+ 'use_error_reporting ' => true,
6467 ],
6568 $ rollbar_handle_exceptions ,
6669 $ rollbar_handle_errors ,
You can’t perform that action at this time.
0 commit comments