Access token is required even if handler
configuration parameter is set
#469
Labels
Type: Bug
Fix a component so that its behavior aligns with its documentation.
Milestone
rollbar/rollbar-php-symfony-bundle
v3.1.2rollbar/rollbar
v1.7.4We recently changed our Rollbar configuration so that it uses fluentd td-agent for logging errors. So we added :
to the configuration file and of course removed the
access_token
variable as it is no longer needed since this is now added to the configuration file of the td-agent daemon. However runningcomposer install
fails with:Adding a false access token resolves this issue, and of course Rollbar works as expected.
Wouldn't it make more sense to check if fluent handler is used and if so, to not call the
method which in turn calls the validateString method that generates this error ?
The text was updated successfully, but these errors were encountered: