File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export {
3131 contextLinesIntegration ,
3232 continueTrace ,
3333 createGetModuleFromFilename ,
34+ createLangChainCallbackHandler ,
3435 createTransport ,
3536 cron ,
3637 dataloaderIntegration ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export {
4242 close ,
4343 getSentryRelease ,
4444 createGetModuleFromFilename ,
45+ createLangChainCallbackHandler ,
4546 httpHeadersToSpanAttributes ,
4647 winterCGHeadersToDict ,
4748 // eslint-disable-next-line deprecation/deprecation
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ export {
6262 close ,
6363 getSentryRelease ,
6464 createGetModuleFromFilename ,
65+ createLangChainCallbackHandler ,
6566 httpHeadersToSpanAttributes ,
6667 winterCGHeadersToDict ,
6768 // eslint-disable-next-line deprecation/deprecation
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export {
4242 close ,
4343 getSentryRelease ,
4444 createGetModuleFromFilename ,
45+ createLangChainCallbackHandler ,
4546 httpHeadersToSpanAttributes ,
4647 winterCGHeadersToDict ,
4748 // eslint-disable-next-line deprecation/deprecation
You can’t perform that action at this time.
0 commit comments