Custom Events From Symfony

I am using Sentry with Symfony, and I would like to send custom events. There are certain behaviors in my app where I want to continue execution, but also notify Sentry. Is this possible? It seems like only uncaught exceptions propagate to Sentry. But I don’t want to generate uncaught exceptions just to notify sentry. Thanks.