Skip to content

Commit

Permalink
feat: support opentelemetry tracing (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd authored Jun 14, 2024
1 parent 8c97cf4 commit 86f1c12
Show file tree
Hide file tree
Showing 35 changed files with 1,286 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ venv/

# JetBrains
.idea
.vscode/
pyrightconfig.json

# Clang debug / memory detection / test artifacts
*.dSYM
Expand All @@ -30,3 +32,8 @@ qcs-api/docs
crates/python/.hypothesis
crates/python/qcs_sdk/*.so
crates/python/build

crates/python/tests/__output__/

# unversioned developer notes
scratch/
Loading

0 comments on commit 86f1c12

Please sign in to comment.