Skip to content

Commit 3f18eec

Browse files
authored
fix: add semconv_experimental flag (#943)
1 parent 30cd29f commit 3f18eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ hyper-util = { workspace = true, features = [
4141
] }
4242
lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client", default-features = false }
4343
miette = { version = "7.2.0", optional = true }
44-
opentelemetry-semantic-conventions = { version = "0.27", optional = true }
44+
opentelemetry-semantic-conventions = { version = "0.27", optional = true, features = ["semconv_experimental"] }
4545
pin-project = "1"
4646
serde = { version = "1", features = ["derive", "rc"] }
4747
serde_json = "^1"

0 commit comments

Comments
 (0)