volos-analytics-apigee
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -110,3 +110,3 @@ /**************************************************************************** | ||
client_received_start_timestamp: now, | ||
client_sent_end_timestamp: now + 1, // hack to avoid error in server calculations | ||
client_received_end_timestamp: now + 1, // hack to avoid error in server calculations | ||
recordType: 'APIAnalytics', | ||
@@ -124,4 +124,6 @@ apiproxy: this.proxy, | ||
onFinished(resp, function() { | ||
var now = Date.now(); | ||
record.response_status_code = resp.statusCode; | ||
record.client_sent_end_timestamp = Date.now(); | ||
record.client_sent_start_timestamp = now; | ||
record.client_sent_end_timestamp = now+1; | ||
@@ -128,0 +130,0 @@ // oauth |
{ | ||
"name": "volos-analytics-apigee", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"main": "lib/apigeeanalytics.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12937
263