sentry-extensions / cyclops

Cyclops is meant to be a high performance barrier in front of Sentry (http://getsentry.com).
http://sentry-extensions.github.io/cyclops/
163 stars 15 forks source link

Make sure the Redis port always is an integer #32

Closed Tenzer closed 4 years ago

Tenzer commented 7 years ago

If this isn't done, you might run in to errors such as "TypeError: an integer is required" which isn't very descriptive of where the problem is, in case the port number isn't correctly interpreted as a integer.