Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentry Cron Lumen not work #899

Closed
zKoz210 opened this issue May 21, 2024 · 2 comments · Fixed by #900
Closed

Sentry Cron Lumen not work #899

zKoz210 opened this issue May 21, 2024 · 2 comments · Fixed by #900
Assignees

Comments

@zKoz210
Copy link

zKoz210 commented May 21, 2024

How do you use Sentry?

Self-hosted / on-premises

SDK version

4.5.1

Steps to reproduce

        $schedule->command(\App\Commands\RefreshViewCommand::SIGNATURE)
            ->everyMinute()
            ->withoutOverlapping(5)
            ->timezone('Europe/Moscow')
            ->sentryMonitor();

Errors are sent correctly, jobs are tracked, but cron is not working

Expected result

It do work

Actual result

Tested with Laravel - everything works, but my application is on Lumen(

@cleptric
Copy link
Member

Which version of Lumen?

@zKoz210
Copy link
Author

zKoz210 commented May 21, 2024

latest minor version lumen 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants