We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535f662 commit a95c0c7Copy full SHA for a95c0c7
src/Sentry/Laravel/Features/ConsoleIntegration.php
@@ -60,6 +60,7 @@ public function setupInactive(): void
60
{
61
SchedulingEvent::macro('sentryMonitor', function (string $monitorSlug) {
62
// When there is no Sentry DSN set there is nothing for us to do, but we still want to allow the user to setup the macro
63
+ return $this;
64
});
65
}
66
0 commit comments