diff --git a/pillar/bugsnag_extra.py b/pillar/bugsnag_extra.py index 9c4faae2..72d21418 100644 --- a/pillar/bugsnag_extra.py +++ b/pillar/bugsnag_extra.py @@ -41,6 +41,7 @@ def add_pillar_request_to_notification(notification): remote_addr = f'{forwarded_for} (proxied via {remote_addr})' notification.add_tab("request", { + "method": request.method, "url": request.base_url, "headers": dict(request.headers), "params": dict(request.form),