rocket-sentry

Simplifies integration between the Rocket web framework and Sentry application monitoring system.

MIT License

Downloads
25.1K
Stars
9
Committers
6

Bot releases are hidden (Show)

rocket-sentry - 0.15.0

Published by intgr over 1 year ago

  • Update Rust crate sentry to 0.30.0 (#55)
rocket-sentry - 0.14.0

Published by intgr over 1 year ago

  • Update Rust crate sentry to 0.29.1 (#53)
rocket-sentry - 0.13.0

Published by intgr almost 2 years ago

  • Update Rust crate sentry to 0.28.0 (#51)
rocket-sentry - 0.12.0

Published by intgr about 2 years ago

  • Update Rust crate sentry to 0.27.0 (#44)
  • Log a message when Sentry events are sent (#48)

Full Changelog: https://github.com/intgr/rocket-sentry/compare/0.11.0...0.12.0

rocket-sentry - 0.11.0

Published by intgr over 2 years ago

  • Update Rust crate sentry to 0.26.0 (#42)
  • Update Rust crate rocket to 0.5.0-rc.2 (#39)
  • Update to use Rust 2021 edition (#41)
  • Fixed CI (#40)
  • Patch version updates
rocket-sentry - 0.10.0

Published by intgr over 2 years ago

  • Update Rust crate sentry to 0.25.0 (#31) & patch updates
rocket-sentry - 0.9.0

Published by intgr over 2 years ago

  • Update Rust crate sentry to 0.24.1 (#28) & patch updates
rocket-sentry - 0.8.0

Published by intgr almost 3 years ago

  • Breaking change: Update to Rocket version 0.5-rc
    • To continue using Rocket 0.4.x, stay with rocket-sentry 0.7.0
    • Now using figment and serde for configuration (as required by Rocket)
    • The fairing no longer needs to have Response kind
    • RocketSentry now uses fairing kind Singleton
rocket-sentry - 0.7.0

Published by intgr over 3 years ago

  • Update sentry requirement from 0.22 to 0.23 (#20)
rocket-sentry -

Published by intgr over 3 years ago

  • Update sentry requirement from 0.20 to 0.22 (#16)
rocket-sentry -

Published by intgr about 4 years ago

  • Update sentry requirement from 0.19 to 0.20 (#13)
rocket-sentry -

Published by intgr about 4 years ago

  • Use log crate instead of println (#11).
    Thanks to Afonso Bordado, @afonso360
rocket-sentry -

Published by intgr about 4 years ago

  • Update sentry requirement from 0.18.0 to 0.19.0 (#9)
    • Sentry now automatically installs panic handler, dropped from rocket-sentry.