@types/newrelic
Advanced tools
Comparing version 9.4.0 to 9.13.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for newrelic 9.4 | ||
// Type definitions for newrelic 9.13 | ||
// Project: https://github.com/newrelic/node-newrelic | ||
@@ -360,2 +360,9 @@ // Definitions by: Matt R. Wilson <https://github.com/mastermatt> | ||
/** | ||
* This method gives you a way to associate a unique identifier with a transaction event, | ||
* transaction trace and errors within transaction. A new property, `enduser.id`, will be | ||
* added to the error and reported to errors inbox. | ||
*/ | ||
export function setUserID(userID: string): void; | ||
/** | ||
* Gracefully shuts down the agent. | ||
@@ -362,0 +369,0 @@ * |
{ | ||
"name": "@types/newrelic", | ||
"version": "9.4.0", | ||
"version": "9.13.0", | ||
"description": "TypeScript definitions for newrelic", | ||
@@ -58,4 +58,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/newrelic", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "860b3ab874f45e95383cbd26687a923db9f79285329504c17133b330e2b84488", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "e7f32d0a337bbedfb07023ca0543665b093de29c67166880fbf6674d69d43f88", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 17 Nov 2022 22:03:07 GMT | ||
* Last updated: Mon, 17 Apr 2023 23:02:47 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
24263
479