Skip to content

Commit 86f1c12

Browse files
authored
feat: support opentelemetry tracing (#474)
1 parent 8c97cf4 commit 86f1c12

35 files changed

+1286
-18
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ venv/
1212

1313
# JetBrains
1414
.idea
15+
.vscode/
16+
pyrightconfig.json
1517

1618
# Clang debug / memory detection / test artifacts
1719
*.dSYM
@@ -30,3 +32,8 @@ qcs-api/docs
3032
crates/python/.hypothesis
3133
crates/python/qcs_sdk/*.so
3234
crates/python/build
35+
36+
crates/python/tests/__output__/
37+
38+
# unversioned developer notes
39+
scratch/

0 commit comments

Comments
 (0)