AbhiPrasad
AbhiPrasad10mo ago

Deno cron instrumentation

We at Sentry are looking at adding automatic instrumentation for Deno crons: https://github.com/getsentry/sentry-javascript/issues/9700. How stable is this API? Expecting any notable breaking changes to the public facing method? If not I think we are in a good place to wrap it automatically for users.
GitHub
Issues · getsentry/sentry-javascript
Official Sentry SDKs for JavaScript. Contribute to getsentry/sentry-javascript development by creating an account on GitHub.
4 Replies
cknight
cknight10mo ago
This might be a better question in #rfc-cron ?
igorzi
igorzi10mo ago
The API is unstable, so it could change in the future. I don't expect major changes though, other than adding more fields to options (which is non-breaking).
AbhiPrasad
AbhiPrasad10mo ago
great thanks @igorzi!