Skip to content

Commit d1b1831

Browse files
committed
Adopt documentation to status changes
1 parent a9458c4 commit d1b1831

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ Reported tags:
6969
method: "PostsController#index",
7070
http_method: "GET",
7171
format: "html",
72-
status: ["200", ""],
72+
status: ["500"],
7373
exception: "ArgumentError"
7474
}
7575
```
7676

77-
*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.
78-
7977
### Action View
8078

8179
Reported ActiveSupport instrumentation hooks:

0 commit comments

Comments
 (0)