Skip to content

Commit

Permalink
Update README to include new config option
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-mendoza committed Oct 9, 2024
1 parent d9e7bc5 commit fb14ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fb14ca7

Please sign in to comment.