typo..
This commit is contained in:
parent
3ef1ad1502
commit
fba6ff7318
@ -13,7 +13,7 @@ class Bugsnag
|
|||||||
{
|
{
|
||||||
app('bugsnag')->setAppVersion(version('short'));
|
app('bugsnag')->setAppVersion(version('short'));
|
||||||
|
|
||||||
$tags = $this->getTrackerTags();
|
$tags = self::getTrackerTags();
|
||||||
|
|
||||||
app('bugsnag')->registerCallback(function ($report) use($tags) {
|
app('bugsnag')->registerCallback(function ($report) use($tags) {
|
||||||
$report->setMetaData([
|
$report->setMetaData([
|
||||||
|
@ -16,7 +16,7 @@ class Sentry
|
|||||||
{
|
{
|
||||||
$event->setRelease(version('short'));
|
$event->setRelease(version('short'));
|
||||||
|
|
||||||
$tags = $this->getTrackerTags();
|
$tags = self::getTrackerTags();
|
||||||
|
|
||||||
$event->setTags($tags);
|
$event->setTags($tags);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user