bugsnag / bugsnag-agent

A forwarding agent for BugSnag to guarantee minimal reporting impact.
MIT License
14 stars 9 forks source link

Forcing port to int #13

Closed bix0r closed 7 years ago

bix0r commented 7 years ago

RawConfigParser only provides strings but HTTPServer requires port to be an int.

kattrali commented 7 years ago

Thank you for the patch, @bix0r. I think the best action in this case would be to be more declarative about what options are available from config files, and also what their types are. I'm going to fix this by adding a defined list and doing a bit more testing.