setAppVersion(Version::short()); $tags = static::getTrackerTags(); app('bugsnag')->registerCallback(function ($report) use($tags) { $report->setMetaData([ 'akaunting' => $tags ]); }); } }