Commit 4e4e3187 authored by Matias Alvarez's avatar Matias Alvarez 🌴
Browse files

feat: Add HTTP Status field

parent 75e177ce
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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