Alert when event not found within a timeframe?

I have a service that runs nightly and is using in house logging mechanisms. I get an email saying that it ran successfully but should something go wrong it will email me with the exception.

I am looking into swapping this out in favour of Sentry but wondered if it is possible for me to send [Info] level events to Sentry when it runs successfully and then alert me should an event not be detected within a time frame (or at least within 24 hours).

Is this something that can currently be achieved?

Basically I want to capture that it is running successfully each night and have Sentry alert me if it doesn’t hear from it.