Skip to content

Commit

Permalink
New Relic captures HTTP parameters
Browse files Browse the repository at this point in the history
* New Relic now captures parameters from HTTP requests
* Everything that can be SSL enabled is enabled
* Version 0.13.36
  • Loading branch information
aneesh-neelam committed Feb 18, 2015
1 parent f7dbebb commit f4bf002
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VITacademics",
"version": "0.13.35",
"version": "0.13.36",
"description": "VITacademics Backend and Web App",
"bugs": {
"url": "https://github.com/aneesh-neelam/VITacademics/issues",
Expand Down
3 changes: 2 additions & 1 deletion newrelic.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ exports.config = {
license_key: license,
logging: {
level: 'info'
}
},
capture_params : true
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VITacademics",
"version": "0.13.35",
"version": "0.13.36",
"description": "VITacademics Backend and Web App",
"homepage": "https://vitacademics-dev.herokuapp.com/",
"bugs": {
Expand Down

0 comments on commit f4bf002

Please sign in to comment.