rollbar / rollbar-php-symfony-bundle

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

endpoint param #29

Closed oleglukashev closed 5 years ago

oleglukashev commented 6 years ago

I have a problem with sending notifications to Rollbar: Could not resolve host: item. It's a result of method send from CurlSender.php. Solution:

rollbar:
    timeout: 0
    access_token: '654fcdf2c23b4b8c87c31617ee43f41b'
    environment: 'development'
    endpoint: 'https://api.rollbar.com/api/1/'

Maybe I do something wrong?

I think it should be placed in readme file, right?

ArturMoczulski commented 6 years ago

Can you run composer update and see if you're still experiencing problems? I believe this should be fixed in the latest release.

jessewgibbs commented 5 years ago

Closing this since there's been no response from the reporter.