Skip to content

Commit

Permalink
fix(tracing): increase distSizeChecker error limit to 400KB
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Dec 11, 2024
1 parent c84d4cf commit 6c3e70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"extends": "../../../package.json"
},
"distSizeChecker": {
"errorLimit": "300KB"
"errorLimit": "400KB"
},
"peerDependencies": {
"@kong/kongponents": "9.14.16",
Expand Down

0 comments on commit 6c3e70e

Please sign in to comment.