No, you’d be on your own to implement something like that and include it in your own build of crashpad_handler.
This is an inferior solution to what has been previously discussed, because your crashpad_handler will remain the exception handler for processes you don’t care about, will assume responsibility for forwarding exceptions to the system-default handler, and won’t be able to exit, even after your application exits, until any child process your application has spawned has also exited. This long-running crashpad_handler that outlives your applicaton’s lifetime can cause unexpected behaviors, including not being able to move, remove, or replace your application on disk. I can’t endorse this approach.