Skip to content

Commit

Permalink
feat(api): add opentelemetry-stdout feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 31, 2024
1 parent edd6282 commit 5f476cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/synd_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ tracing-subscriber = { workspace = true }
[features]

# Enable graphql introspection
introspection = []
introspection = []
opentelemetry-stdout = ["synd-o11y/opentelemetry-stdout"]

[lints]
workspace = true
Expand Down

0 comments on commit 5f476cc

Please sign in to comment.