Brian Rue
Brian Rue
pyrollbar uses reprlib to get representations of objects gathered as local variables. This means that to customize it, the only current option is to define/override `__repr__`. That isn't a good...
In at least some cases, the URL this library is reporting contains an errant port 80 when the scheme is https, e.g. `https://mydomain.com:80/some/file.php`. This has been observed in versions 0.18.2...
View details in Rollbar: [https://rollbar.com/demo/demo/items/317/](https://rollbar.com/demo/demo/items/317/) ``` NameError: undefined local variable or method `this_variable_has_not_been_set' for # File "/app/app/controllers/home_controller.rb", line 6, in cause_server_side_exception File "/app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb", line 4, in send_action File "/app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/base.rb", line...
## Description of the change pyrollbar needs to be updated to correctly identify the Flask request in the current version of Flask. Until that's done, this example shows the workaround....