Skip to content

Commit

Permalink
Add note about spans being an experimental feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Apr 4, 2024
1 parent 103fd2c commit bfc7095
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/telemetry/node-server-sdk-otel/src/TracingHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ const TRACING_HOOK_NAME = 'LaunchDarkly Tracing Hook';
*/
export interface TracingHookOptions {
/**
* If set to true, then the tracing hook will add spans for each variation
* Experimental: If set to true, then the tracing hook will add spans for each variation
* method call. Span events are always added and are unaffected by this
* setting.
*
* The default value is false.
*

Check failure on line 33 in packages/telemetry/node-server-sdk-otel/src/TracingHook.ts

View workflow job for this annotation

GitHub Actions / build-test-node-server-otel

Delete `·`
* This feature is experimental and the data in the spans, or nesting of spans,

Check failure on line 34 in packages/telemetry/node-server-sdk-otel/src/TracingHook.ts

View workflow job for this annotation

GitHub Actions / build-test-node-server-otel

Delete `·`
* could change in future versions.
*/
spans?: boolean;

Expand Down

0 comments on commit bfc7095

Please sign in to comment.