In some old applications the $_SESSION variabele contains too much data therefore we would like to disable it:
$oBugsnag->registerCallback(function ($oReport) {
$oReport->addMetaData(['session' => null]);
})
In some old applications the $_SESSION variabele contains too much data therefore we would like to disable it:
$oBugsnag->registerCallback(function ($oReport) {
$oReport->addMetaData(['session' => null]);
})