airbrake / airbrake-python

Airbrake Python
MIT License
51 stars 24 forks source link

Support unicode error messages. #77

Closed sirdodger closed 7 years ago

sirdodger commented 7 years ago

The current code explicitly checks for the str type, which is too narrow to allow unicode error messages through.

I've created a pull request here to be a little more liberal.

https://github.com/airbrake/airbrake-python/pull/76

zachgoldstein commented 7 years ago

Fixed in https://github.com/airbrake/airbrake-python/pull/76