Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sentry with Python 3

I've been using Sentry with Python 2.7, is there any problem with using Python 3 ? The documentation in the official site only refers to Sentry with Virtualenv and Pip and not Virtualenv for Python 3 and Pip3.

like image 953
ramsoft Avatar asked Mar 24 '26 09:03

ramsoft


1 Answers

The clients are version agnostic (that is, they run on anything newer than 2.5) so they don't care what version you're using for your applications. That said, the server will never run on Python 3, but it simply doesn't matter as its isolated. A bit extreme, but its kind of the same direction as "can we run the server on Ruby?"

like image 129
David Cramer Avatar answered Mar 28 '26 01:03

David Cramer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!