@stainlessdev/xray-core 0.5.0-dev.ce9d113 → 0.5.1-branch.bg-client-ip-addr.341865f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { C as CapturedBody, b as Logger, L as LogLevel, d as XrayContext, e as CaptureConfig, f as RedactionConfig } from './types-BA4cE85r.js';
1
+ import { C as CapturedBody, b as Logger, L as LogLevel, d as XrayContext, e as CaptureConfig, f as RedactionConfig } from './types-D2di07tN.js';
2
2
  import '@opentelemetry/sdk-trace-base';
3
3
 
4
4
  declare function makeCapturedBody(bytes: Uint8Array | undefined, totalBytes: number, truncated: boolean, mode: 'text' | 'base64'): CapturedBody | undefined;
@@ -119,6 +119,7 @@ interface NormalizedRequest {
119
119
  body?: CapturedBody;
120
120
  requestId?: string;
121
121
  remoteAddress?: string;
122
+ protocolVersion?: string;
122
123
  startTimeMs: number;
123
124
  }
124
125
  interface NormalizedResponse {
@@ -119,6 +119,7 @@ interface NormalizedRequest {
119
119
  body?: CapturedBody;
120
120
  requestId?: string;
121
121
  remoteAddress?: string;
122
+ protocolVersion?: string;
122
123
  startTimeMs: number;
123
124
  }
124
125
  interface NormalizedResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainlessdev/xray-core",
3
- "version": "0.5.0-dev.ce9d113",
3
+ "version": "0.5.1-branch.bg-client-ip-addr.341865f",
4
4
  "description": "Core instrumentation for Stainless X-ray request logging",
5
5
  "files": [
6
6
  "dist"