bugsnag / bugsnag-python

Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
https://docs.bugsnag.com/platforms/python/
MIT License
84 stars 42 forks source link

Setup maze runner #380

Closed imjoehaines closed 4 months ago

imjoehaines commented 5 months ago

Goal

Sets up Maze Runner with two simple tests; one for a handled error and one for an unhandled error

This will be added to over time and may eventually replace our current integration tests for our framework integrations (Django, Flask etc…). We'll primarily be using it for testing AWS Lambda with the SAM CLI as in bugsnag-js