Manually submitting PHP exceptions

Hi,

Is it possible to submit captured PHP exceptions to sentry without using the sentry/sdk package?

i.e. submit the appropriate information to sentry directly rather than having the SDK be installed and affecting our error/exception handlers?

edit actually I just realised that this is possible after reading https://docs.sentry.io/development/sdk-dev/overview/

Does anyone have some example json for what is submitted by the Sentry SDK for a PHP stracktrace? I can try to follow the docs, but find examples also really useful.

cheers
Dan