Skip to content

Commit

Permalink
chore: Add missing experimental disclaimer (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Apr 5, 2024
1 parent 027d1eb commit d571e4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/ldclient-otel/tracing_hook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ module LaunchDarkly
module Otel
class TracingHookOptions
#
# 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.
# 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.
#
# This feature is experimental and the data in the spans, or nesting of spans, could change in future versions.
#
# @return [Boolean, nil]
#
attr_reader :add_spans
Expand Down

0 comments on commit d571e4c

Please sign in to comment.