PATH:
home
/
nappmpmd
/
mamza.xyz
/
wp-content
/
plugins
/
adfoxly
/
vendor
/
bugsnag
/
bugsnag
/
src
/
Callbacks
<?php namespace Bugsnag\Callbacks; use Bugsnag\Report; class EnvironmentData { /** * Execute the environment data callback. * * @param \Bugsnag\Report $report the bugsnag report instance * * @return void */ public function __invoke(Report $report) { if (!empty($_ENV)) { $report->setMetaData(['Environment' => $_ENV]); } } }
[-] RequestMetaData.php
[edit]
[+]
..
[-] RequestCookies.php
[edit]
[-] RequestUser.php
[edit]
[-] RequestSession.php
[edit]
[-] EnvironmentData.php
[edit]
[-] GlobalMetaData.php
[edit]
[-] CustomUser.php
[edit]
[-] RequestContext.php
[edit]