Setting to default to "raw" stack trace instead of "app"?

We have a Rails backend and use Rails Engines. In the Sentry web UI there are three stack trace options: [ app ] [ full ] [ raw ]. The default is [ app ]. This appears to limit to files within app/. It doesn’t include the portion of the stack trace in an engine – you have to click “full” or “raw” to see that. New engineers (and experienced engineers) don’t realize this. Is there a way to change the default stack trace option to [ full ] or [ raw ]? Thanks!

Looks like this is configurable with SDK:

Thanks!