newrelic-apps/New Relic Capture Build Size

Capture Build Size Stats To New Relic

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
analysis-file-contentsBuild analysis file contents -- Takes precendence over analysis-file-url when both are supplied.no
analysis-file-urlPublic URL to the analysis file - When supplied without the analysis-file-contents, will fetch the file contents from the URL. It will decorate all events created with a link to the uploaded asset.no
analysis-typeType of analysis fileyeswebpack
commitCommit identifier of the build - defaults to the sha of the commit that triggered the buildno${{ github.sha }}
event-typeType of event to be captured - defaults to BuildSizenoBuildSize
file-name-filterOnly include file names that include this string - defaults to include everythingno
manual-analysis-file-nameManually supply the file name of your build - Takes precendence over analysis-file-contents and analysis-file-url when supplied. Only works if analysis-type is "manual"no
manual-analysis-file-sizeManually supply the size of your build - Takes precendence over analysis-file-contents and analysis-file-url when supplied. Only works if analysis-type is "manual"no
manual-analysis-gzip-sizeManually supply the gzip size of your build - Takes precendence over analysis-file-contents and analysis-file-url when supplied. Only works if analysis-type is "manual"no
nr-account-idNR Account ID to be used to capture eventsyes
nr-api-keyNR API key to be used to capture eventsyes
nr-envNR Environment to be used to capture eventsnoUS
traverseWhen true, will traverse all subtrees and capture events for each item - defaults to falsenofalse
triggerTrigger of the capturing the build size - defaults to the github workflow name. Can be useful if you have differing reasons or jobs for capturing the build size across your repository.no${{ github.workflow }}
userUser who triggered the build - defaults to the github actor propertyno${{ github.actor }}
versionVersion of the build - defaults to the github ref nameno${{ github.ref_name }}
namedescription
api-responseThe response from NR API