swarrot / SwarrotBundle

A symfony bundle for swarrot integration
MIT License
89 stars 59 forks source link

Add processor configurator for Sentry #136

Closed notFloran closed 6 years ago

notFloran commented 6 years ago

Following of swarrot/swarrot#158 : add a configurator for the Sentry processor.

odolbeau commented 6 years ago

Thanks @notFloran

Looks like tests fail due to a memory limit problem. Can you update the .travis.yml file to add COMPOSER_MEMORY_LIMIT=-1 during the composer update command as explained in the composer doc?

Thanks!

notFloran commented 6 years ago

@odolbeau done

odolbeau commented 6 years ago

That's perfect! :+1: