Skip to content

Commit

Permalink
fixup! CP-52744: Thread TraceContext as json inside debug_info
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBuica committed Jan 15, 2025
1 parent 178d982 commit 9bc7086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@
dune
(alcotest :with-test)
(fmt :with-test)
ppx_deriving_yojson
re
uri
(uuid :with-test)
(xapi-log (= :version))
(xapi-stdext-threads (= :version))
yojson
)
(synopsis "Allows to instrument code to generate tracing information")
(description "This library provides modules to allow gathering runtime traces.")
Expand Down
2 changes: 2 additions & 0 deletions xapi-tracing.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ depends: [
"dune" {>= "3.15"}
"alcotest" {with-test}
"fmt" {with-test}
"ppx_deriving_yojson"
"re"
"uri"
"uuid" {with-test}
"xapi-log" {= version}
"xapi-stdext-threads" {= version}
"yojson"
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 9bc7086

Please sign in to comment.