Skip to content
Open
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fb76419
feat: add initial package skeleton for instrumentation-langchain
yiyuan-he Oct 1, 2025
5230529
Merge branch 'main' into skeleton-instrumentation-langchain
yiyuan-he Oct 1, 2025
7a2c838
fix ci checks
yiyuan-he Oct 1, 2025
c199b32
fix: remove unused dependencies from langchain package
yiyuan-he Oct 1, 2025
a3766ba
fix: improve test coverage with istanbul ignore comments
yiyuan-he Oct 1, 2025
0465741
Merge branch 'main' into skeleton-instrumentation-langchain
yiyuan-he Oct 2, 2025
f33e175
Merge branch 'main' into skeleton-instrumentation-langchain
yiyuan-he Oct 3, 2025
42d0d68
remove env var reference from skeleton
yiyuan-he Nov 25, 2025
b745c9c
add hyperlink to supported versions section
yiyuan-he Nov 25, 2025
e3452be
add semconv version
yiyuan-he Nov 25, 2025
2b58b09
update dependency versions
yiyuan-he Nov 25, 2025
f876861
add PR link to changelog
yiyuan-he Nov 25, 2025
a3970a3
chore: merge main and resolve conflicts
yiyuan-he Nov 25, 2025
7889f83
chore: add langchain to release manifest with skip-github-release
yiyuan-he Nov 25, 2025
5886081
chore: update package-lock.json to include langchain package
yiyuan-he Nov 25, 2025
26769cc
chore: remove obsolete eslint config files
yiyuan-he Nov 25, 2025
695f305
docs: fix markdown table alignment
yiyuan-he Nov 25, 2025
d346d8b
Merge branch 'main' into skeleton-instrumentation-langchain
yiyuan-he Dec 3, 2025
c29757f
chore: update langchain to ^1.0.0
yiyuan-he Dec 3, 2025
0cb47c2
chore: merge main and resolve package-lock conflict
yiyuan-he Dec 3, 2025
51a0546
chore: clean up package.json devDependencies
yiyuan-he Dec 3, 2025
9b55ff8
chore: mark package as private to prevent accidental release
yiyuan-he Dec 3, 2025
21ce319
chore: update .tav.yml to test langchain >=1.0.0
yiyuan-he Dec 3, 2025
a0aaf40
Merge branch 'main' into skeleton-instrumentation-langchain
yiyuan-he Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ components:
# Unmaintained
packages/instrumentation-koa: []
# Unmaintained
packages/instrumentation-langchain:
- yiyuan-he
- mxiamxia
packages/instrumentation-memcached: []
# Unmaintained
packages/instrumentation-mongodb:
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"packages/instrumentation-ioredis": "0.56.0",
"packages/instrumentation-knex": "0.53.1",
"packages/instrumentation-koa": "0.57.0",
"packages/instrumentation-langchain": "0.1.0",
"packages/instrumentation-memcached": "0.52.0",
"packages/instrumentation-mongodb": "0.61.0",
"packages/instrumentation-mysql": "0.54.0",
Expand Down
Loading
Loading