Release History

  • 2.0.0 (8-Dec-2018)
    • Add support for Tornado 5
    • Drop Tornado<5 support
    • Drop Python<3.5 support
  • 1.2.0
    • Extend raven pin so that we can use python 3.7
    • Advertise python 3.7 support
    • Drop python 3.4 from support matrix
    • Remove unused import of urllib.parse
  • 1.1.2
    • Add email sanitization processor
  • 1.1.1
    • Fix password scrubbing in URLs.
    • Remove support for python 2.6, 3.2, and 3.3
  • 1.1.0
    • Move raven client initialization into sprockets.mixins.sentry.install
    • Add support for setting raven.Client options when calling install on the application.
    • The sentry “environment” is set to the $ENVIRONMENT environment variable if it is set.
  • 1.0.0
  • 0.4.0 (16-Dec-2015)
    • Ignore web.Finish exceptions
  • 0.3.0 (13-Jul-2015)
    • Add sprockets.mixins.sentry.SentryMixin.sentry_extra
    • Add sprockets.mixins.sentry.SentryMixin.sentry_tags
    • Improve module reporting in Sentry messages
    • Improved documentation
  • 0.2.0 (22-Jun-2015)
  • 0.1.0 (13-May-2015)
    • Initial public release