logrocket
Advanced tools
Comparing version 9.0.1-rc1 to 9.0.1
@@ -0,1 +1,5 @@ | ||
type Nullable<T> = { | ||
[Property in keyof T]: T[Property] | null; | ||
} | ||
declare let LogRocket: LR.LogRocket; | ||
@@ -9,3 +13,3 @@ | ||
url: string; | ||
headers: { [key: string]: string | undefined }; | ||
headers: { [key: string]: string | null | undefined }; | ||
body?: string; | ||
@@ -21,5 +25,6 @@ method: string; | ||
status?: number; | ||
headers: { [key: string]: string | undefined }; | ||
headers: { [key: string]: string | null | undefined }; | ||
body?: string; | ||
method: string; | ||
url?: string; | ||
} | ||
@@ -41,4 +46,4 @@ | ||
isEnabled?: boolean, | ||
requestSanitizer?(request: IRequest): null | IRequest, | ||
responseSanitizer?(response: IResponse): null | IResponse, | ||
requestSanitizer?(request: IRequest): null | Nullable<IRequest>, | ||
responseSanitizer?(response: IResponse): null | Nullable<IResponse>, | ||
}, | ||
@@ -45,0 +50,0 @@ browser?: { |
{ | ||
"name": "logrocket", | ||
"version": "9.0.1-rc1", | ||
"version": "9.0.1", | ||
"description": "JavaScript SDK for [LogRocket](https://logrocket.com/)", | ||
@@ -5,0 +5,0 @@ "main": "dist/build.umd.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
329744
7380
1