Skip to content

Commit a73a169

Browse files
fix(lambda): disable publish metrics in lambda due to bundle size (#2457)
1 parent 153b8cb commit a73a169

File tree

1 file changed

+2
-1
lines changed
  • packages/artillery/lib/platform/aws-lambda

1 file changed

+2
-1
lines changed

packages/artillery/lib/platform/aws-lambda/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ class PlatformLambda {
291291
'is-builtin-module',
292292
'try-require',
293293
'walk-sync',
294-
'esbuild-wasm'
294+
'esbuild-wasm',
295+
'artillery-plugin-publish-metrics'
295296
],
296297
{
297298
cwd: a9cwd

0 commit comments

Comments
 (0)