Skip to content

Commit

Permalink
remove runtime and increase 0.5 in budget
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Mar 5, 2019
1 parent becd1e2 commit a388079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/rum-core/src/common/truncate.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ function truncateMetadata(metadata, opts) {

case 'agent':
case 'language':
case 'runtime':
switch (path[2]) {
case 'name':
case 'version':
Expand Down
4 changes: 2 additions & 2 deletions packages/rum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"bundlesize": [
{
"path": "./dist/bundles/elastic-apm-js-base*.min.js",
"maxSize": "16 kB"
"maxSize": "16.5 kB"
},
{
"path": "./dist/bundles/elastic-apm-opentracing*.min.js",
"maxSize": "18kB"
"maxSize": "18.5 kB"
}
]
}

0 comments on commit a388079

Please sign in to comment.