rollbar / rollbar-php-symfony-bundle

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

BC-break with latest rollbar/rollbar release #40

Closed webbertakken closed 5 years ago

webbertakken commented 5 years ago

BC-break with latest rollbar/rollbar release.

It can be fixed by changing dependency to rollbar/rollbar to max at ~1.6

Cheers

jessewgibbs commented 5 years ago

@webbertakken thanks for bringing this to our attention.

@ArturMoczulski can you take a look at this?

hngl commented 5 years ago

Will be fixed by PR #42

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.