feat: full HTTP request logging #12987
Annotations
7 errors
packages/libraries/core/src/client/client.ts#L172
use `String(result.errors![0].message)` instead
|
packages/libraries/core/src/client/gateways.ts#L3
'Logger' is defined but never used. Allowed unused vars must match /^_/u
|
packages/libraries/core/src/client/reporting.ts#L99
use `String(data.successMessage ?? 'Published schema')` instead
|
packages/libraries/core/src/client/utils.ts#L197
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
packages/libraries/core/src/client/utils.ts#L211
Unsafe usage of optional chaining. If it short-circuits with 'undefined' the evaluation will throw TypeError
|
packages/libraries/core/tests/reporting.spec.ts#L69
'body' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
This job failed
Loading