From fb14ca7ec7bde896f1172c27c312c63b243a7116 Mon Sep 17 00:00:00 2001 From: Jairo Date: Wed, 9 Oct 2024 08:31:57 -0700 Subject: [PATCH] Update README to include new config option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db0851f5..937fd670 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Pass these options to the HoneycombWebSDK: | spanProcessors | optional | SpanProcessor[] | | Array of [span processors](https://opentelemetry.io/docs/languages/java/instrumentation/#span-processor) to apply to all generated spans. | | webVitalsInstrumentationConfig|optional|WebVitalsInstrumentationConfig| `{ enabled: true }` | See [WebVitalsInstrumentationConfig](####WebVitalsInstrumentationConfig). | | globalErrorsInstrumentationConfig |optional| GlobalErrorsInstrumentationConfig| `{ enabled: true }` | See [GlobalErrorsInstrumentationConfig](####GlobalErrorsInstrumentationConfig). +| logLevel | optional | DiagLogLevel | DiagLogLevel.INFO | Controls the verbosity of logs printed to the console. Currently, only controls logs printed for SDK option validation. | `*` Note: the `apiKey` field is required because this SDK really wants to help you send data directly to Honeycomb.