Skip to content

Commit

Permalink
build(rollbar.js): update rollbar.js snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed May 3, 2019
1 parent c297e0e commit eb75d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"phpcs --standard=PSR1,PSR2 src tests"
],
"fix": "phpcbf --standard=PSR1,PSR2 src tests",
"get-js-snippet": "curl -X GET https://raw.githubusercontent.com/rollbar/rollbar.js/v2.3.6/dist/rollbar.snippet.js > data/rollbar.snippet.js",
"get-js-snippet": "ROLLBAR_JS_TAG=$(curl -s https://api.github.com/repos/rollbar/rollbar.js/releases/latest | sed -n 's/\"tag_name\":.*\"\\(.*\\)\",/\\1/p' | sed 's/ *//'); curl -X GET https://raw.githubusercontent.com/rollbar/rollbar.js/$ROLLBAR_JS_TAG/dist/rollbar.snippet.js > data/rollbar.snippet.js",
"performance": "phpunit --coverage-clover build/logs/clover.xml --testsuite 'Rollbar Performance Test Suite'"
},

Expand Down
2 changes: 1 addition & 1 deletion data/rollbar.snippet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb75d94

Please sign in to comment.