rollbar / rollbar-php-symfony-bundle

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

rollbar/rollbar 1.70 is not supported #41

Closed rubenvilar closed 5 years ago

rubenvilar commented 5 years ago

The dependence should change from

"rollbar/rollbar":"^1"

to

"rollbar/rollbar":"1.6.*"

jessewgibbs commented 5 years ago

@rubenvilar thanks for bringing this to our attention.

@ArturMoczulski can you please have a look at this? We may want to fix whatever in rollbar-php 1.7.0 that is making it incompatible with the Symfony bundle.

hngl commented 5 years ago

Is the same as #40

ArturMoczulski commented 5 years ago

This was caused by a bug in v1.7.0 and has been now resolved with the rollbar/rollbar-php:v1.7.0 release. Please run composer update in you Symfony app to update to the latest rollbar-php release.