From d1b183112c0aa174c32df5781c24052856dca643 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 15 Sep 2021 12:00:33 +0200 Subject: [PATCH] Adopt documentation to status changes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f1d9052..fa4bec5 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,11 @@ Reported tags: method: "PostsController#index", http_method: "GET", format: "html", - status: ["200", ""], + status: ["500"], exception: "ArgumentError" } ``` -*Note*: If an exception happens during that particular action the `status` will be blank and the tag `exception` will contain the name of the exception class. The status is blank because we can't know how you handle the exception outside the action. - ### Action View Reported ActiveSupport instrumentation hooks: