before_send hook
-
Hi,
Thanks for this great plugin.
I am trying to hook into the before_sent to filter events. I tried the following but it didn’t work:
function customize_sentry_options($options) { $options['before_send'] = function ($event) { return $event; }; return $options; } add_filter('wp_sentry_options', 'customize_sentry_options');
I get the this error: Cannot access protected property Raven_Client::$error_types
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘before_send hook’ is closed to new replies.