Skip to content

Commit 662b71e

Browse files
authored
add constant to go sdk (#114)
## Summary Context key const reported by some of the SDKs. ## How did you test this change? NA ## Are there any deployment considerations? no
1 parent 866e185 commit 662b71e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/highlight-go/otel.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const LDExceptionID = "launchdarkly.exception.id"
6868
const FeatureFlagScope = "feature_flag"
6969
const FeatureFlagSpanName = "evaluation"
7070
const FeatureFlagSpanEventName = FeatureFlagScope + "." + FeatureFlagSpanName
71+
const FeatureFlagContextId = "feature_flag.context.id"
7172
const FeatureFlagContextKey = "feature_flag.context.key"
7273
const FeatureFlagContextKeys = "feature_flag.contextKeys"
7374
const FeatureFlagSetID = "feature_flag.set.id"

0 commit comments

Comments
 (0)