Skip to content

Commit

Permalink
chore: add env var to avoid window.newrelic error and send data to ne…
Browse files Browse the repository at this point in the history
…w dev entity in nr1
  • Loading branch information
roadlittledawn committed Oct 19, 2021
1 parent 53e2d98 commit 003a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"license": "Apache-2",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop": "GATSBY_NEWRELIC_ENV=development gatsby develop",
"reboot": "rm -rf node_modules && yarn && yarn clean && yarn start",
"build:production": "GATSBY_NEWRELIC_ENV=production yarn run build",
"build:staging": "GATSBY_NEWRELIC_ENV=staging yarn run build",
Expand Down

0 comments on commit 003a3d4

Please sign in to comment.