Loading fields/fields.go +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ const ( // (e.g., "undefined method `boom!' for nil"). ErrorMessage = "error_message" // HTTPStatusCode - an integer field that // captures the HTTP status code of requests for logging purposes. HTTPStatusCode = "status" // New fields being added to this section should have // the appropriate doc comments added above. These // should clearly indicate what the intended use of the Loading Loading
fields/fields.go +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ const ( // (e.g., "undefined method `boom!' for nil"). ErrorMessage = "error_message" // HTTPStatusCode - an integer field that // captures the HTTP status code of requests for logging purposes. HTTPStatusCode = "status" // New fields being added to this section should have // the appropriate doc comments added above. These // should clearly indicate what the intended use of the Loading