sentry-php
sentry-php copied to clipboard
[4.x] Profiler frame processor
A very pragmatic way to set a frame processor. This is intended for internal use in framework SDKs to do further processing on the frame. For example, in Laravel we want to show original view paths instead of the cached view path for frames inside blade views.
See getsentry/sentry-laravel#747 for an example on how I'd use it.