@types/newrelic
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -347,3 +347,3 @@ // Type definitions for newrelic 7.0 | ||
export function shutdown( | ||
options?: { collectPendingData?: boolean; timeout?: number; waitForIdle?: boolean }, | ||
options?: { collectPendingData?: boolean | undefined; timeout?: number | undefined; waitForIdle?: boolean | undefined }, | ||
cb?: (error?: Error) => void, | ||
@@ -374,3 +374,3 @@ ): void; | ||
export interface Instrument { | ||
(opts: { moduleName: string; onRequire: () => void; onError?: (err: Error) => void }): void; | ||
(opts: { moduleName: string; onRequire: () => void; onError?: ((err: Error) => void) | undefined }): void; | ||
(moduleName: string, onRequire: () => void, onError?: (err: Error) => void): void; | ||
@@ -440,3 +440,3 @@ } | ||
*/ | ||
'trace.id'?: string; | ||
'trace.id'?: string | undefined; | ||
@@ -446,3 +446,3 @@ /** | ||
*/ | ||
'span.id'?: string; | ||
'span.id'?: string | undefined; | ||
@@ -464,3 +464,3 @@ /** | ||
*/ | ||
'entity.guid'?: string; | ||
'entity.guid'?: string | undefined; | ||
@@ -479,3 +479,3 @@ /** | ||
*/ | ||
traceId?: string; | ||
traceId?: string | undefined; | ||
@@ -485,3 +485,3 @@ /** | ||
*/ | ||
spanId?: string; | ||
spanId?: string | undefined; | ||
} |
{ | ||
"name": "@types/newrelic", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "TypeScript definitions for newrelic", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/newrelic", | ||
"license": "MIT", | ||
@@ -57,4 +58,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "53202f4266ac6f344b6b1d0f83252cbf59048bf5f403ced4beebcdecd73f4eaa", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "22d8007c796d0041093f498ed9d75c0ce5170eb9107c75a90bf33131ce6bca6c", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 19 Apr 2021 18:01:20 GMT | ||
* Last updated: Wed, 07 Jul 2021 00:01: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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
22693
0