From c2da007353c01a916e9c603ec31fbcc092156fbe Mon Sep 17 00:00:00 2001 From: Joshua Timmons Date: Sun, 21 Apr 2024 15:05:39 -0400 Subject: [PATCH] Update README.md (#17) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d9e8be..e382bd2 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ $ spancheck -h Flags: -checks string comma-separated list of checks to enable (options: end, set-status, record-error) (default "end") + -extra-start-span-signatures string + comma-separated list of regex:telemetry-type for function signatures that indicate the start of a span -ignore-check-signatures string comma-separated list of regex for function signatures that disable checks on errors ```