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:
@@ -19,6 +19,11 @@ function transactionLog($transactionName)
|
|||||||
//Application base name
|
//Application base name
|
||||||
newrelic_set_appname($baseName);
|
newrelic_set_appname($baseName);
|
||||||
|
|
||||||
|
//Initialize Laravel app if is not booted
|
||||||
|
if (!app()->isBooted()) {
|
||||||
|
app()->make(Kernel::class)->bootstrap();
|
||||||
|
restore_error_handler();
|
||||||
|
}
|
||||||
|
|
||||||
//Custom parameters
|
//Custom parameters
|
||||||
if (!empty(config("system.workspace"))) {
|
if (!empty(config("system.workspace"))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user