File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ module.exports = [
240240 import : createImport ( 'init' ) ,
241241 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
242242 gzip : true ,
243- limit : '158 KB' ,
243+ limit : '159 KB' ,
244244 } ,
245245 {
246246 name : '@sentry/node - without tracing' ,
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ export {
9595 onUnhandledRejectionIntegration ,
9696 openAIIntegration ,
9797 langChainIntegration ,
98+ langgraphIntegration ,
9899 parameterize ,
99100 pinoIntegration ,
100101 postgresIntegration ,
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export {
5858 onUnhandledRejectionIntegration ,
5959 openAIIntegration ,
6060 langChainIntegration ,
61+ langgraphIntegration ,
6162 modulesIntegration ,
6263 contextLinesIntegration ,
6364 nodeContextIntegration ,
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ export {
7878 onUnhandledRejectionIntegration ,
7979 openAIIntegration ,
8080 langChainIntegration ,
81+ langgraphIntegration ,
8182 modulesIntegration ,
8283 contextLinesIntegration ,
8384 nodeContextIntegration ,
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export {
5858 onUnhandledRejectionIntegration ,
5959 openAIIntegration ,
6060 langChainIntegration ,
61+ langgraphIntegration ,
6162 modulesIntegration ,
6263 contextLinesIntegration ,
6364 nodeContextIntegration ,
You can’t perform that action at this time.
0 commit comments