Skip to content

Commit

Permalink
chore: increase bundle size limit (#1034)
Browse files Browse the repository at this point in the history
+ fix #1030
  • Loading branch information
vigneshshanmugam authored Jun 8, 2021
1 parent 04387bc commit e1dcc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"bundlesize": [
{
"path": "./dist/bundles/elastic-apm-rum*.min.js",
"maxSize": "18.5 kB"
"maxSize": "19 kB"
},
{
"path": "./dist/bundles/elastic-apm-opentracing*.min.js",
"maxSize": "20kB"
"maxSize": "20.5 kB"
}
]
}

0 comments on commit e1dcc58

Please sign in to comment.