Sentry Native (C++) Breadcrumbs and Crashpad

I want to add breadcrumbs throughout my application so that on a crash, crashpad will upload a minidump file to my Sentry dashboard along with the breadcrumbs recorded along the way.

I’ve noticed that breadcrumbs are only attached to events that are handled by the Sentry SDK.

Is there a way of sending breadcrumbs on crashes/unhandled exceptions using the Sentry Native SDK? Or will I have to modify Crashpad?