rollbar / rollbar-php-symfony-bundle

Bundle for Symfony that integrates Rollbar tracker
MIT License
28 stars 25 forks source link

Track user on rollbar #11

Closed JoydS closed 6 years ago

JoydS commented 6 years ago

Hello, Is it possible to track which people have errors with this bundle ?

JoydS commented 6 years ago

Hello, Is it ready on master ?

ArturMoczulski commented 6 years ago

Hey @JoydS

master is going through a major refactor. It's unstable, but should be working. See here how to track the user: https://github.com/rollbar/rollbar-php-symfony3-bundle#person-configuration-option

Note: the new refactor is not backwards compatible, so you will need to make changes to your app/config/config.yml or app/config/config_*.yml. See more info here: https://github.com/rollbar/rollbar-php-symfony3-bundle#installation

You can use master right away or if you want to wait for stable, I should be releasing a tag tomorrow.