Migration from errbit to sentry

i have config array in

$_errbit_config = array(
‘api_key’ => ‘’,
‘host’ => ‘errbit.my.cv’,
‘port’ => 80,
‘secure’ => false,
‘environment_name’ => ‘production’,
‘params_filters’ => array(’/PHP_AUTH_PW/’, ‘/password/’, ‘/card_number/’),
‘controller’ => $_SERVER[‘SERVER_NAME’],
‘backtrace_filters’ => array(’#^/usr/local/www/([^/]+)/public[^/]+/#’=>’\1/’)
);
Errbit::instance()->configure($_errbit_config)->start();

How rewrite this php script for sentry? thanks!

Did you see the PHP integration guide? https://docs.sentry.io/clients/php/

yes, i think i understand. thanks
only not found backtrace_filters in Raven_Client params