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 monitoring support #203

Closed
lacolaco opened this issue Aug 20, 2023 · 2 comments · Fixed by #210
Closed

Sentry Cron monitoring support #203

lacolaco opened this issue Aug 20, 2023 · 2 comments · Fixed by #210

Comments

@lacolaco
Copy link

lacolaco commented Aug 20, 2023

https://docs.sentry.io/platforms/node/crons/

Sentry will support cron monitoring. It is good to use with the cf scheduled trigger. I hope toucan-js will integrate with it.

@timfish
Copy link
Contributor

timfish commented Aug 30, 2023

I'm guessing parts of this will need to be copied form the node client:
https://github.com/getsentry/sentry-javascript/blob/5fdaaa7234804fecaa25803ced39f601c6175cf4/packages/node/src/client.ts#L166

@timfish
Copy link
Contributor

timfish commented Sep 1, 2023

I'm in the process of moving check-in support to a shared client in @sentry/core, currently named ServerRuntimeClient.

After this is released, the toucan client should be able to extend that rather than the BaseClient and this will add support for check-ins/cron monitoring.

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

Successfully merging a pull request may close this issue.

2 participants