Skip to content

Releases: MindscapeHQ/raygun4py

Logging and Module Rename

23 Jul 22:50

Choose a tag to compare

  • A logging handler is now included - this cuts the boilerplate code you need to write in order to hook up the provider to your application. See the testWithLogging.py sample for how to use this.
  • This release renames the module to raygun4py. You can now add it with from raygun4py import raygunprovider
  • HTTP request data can now be added to the message if you are in a web environment.