Merged in bugfix/HOR-4713 (pull request #6542)
HOR-4713 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com> Approved-by: Dante Loayza <dante.loayza@colosa.com>
This commit is contained in:
@@ -37,6 +37,11 @@ function transactionLog($transactionName){
|
||||
//Application base name
|
||||
newrelic_set_appname ($baseName);
|
||||
|
||||
//Initialize Laravel app if is not booted
|
||||
if (!app()->isBooted()) {
|
||||
app()->make(Kernel::class)->bootstrap();
|
||||
restore_error_handler();
|
||||
}
|
||||
|
||||
//Custom parameters
|
||||
if(!empty(config("system.workspace"))){
|
||||
|
||||
Reference in New Issue
Block a user