@zuplo/otel 6.55.0 → 6.55.1

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.
@@ -121,6 +121,8 @@ declare interface ParentRatioSamplingConfig {
121
121
 
122
122
  declare type PostProcessorFn = (spans: ReadableSpan[]) => ReadableSpan[];
123
123
 
124
+ /* Excluded from this release type: RequestHandlerProxy */
125
+
124
126
  declare interface SamplingConfig<HS extends HeadSamplerConf = HeadSamplerConf> {
125
127
  headSampler?: HS;
126
128
  tailSampler?: TailSampleFn;
@@ -134,6 +136,8 @@ declare interface ServiceConfig {
134
136
 
135
137
  declare type TailSampleFn = (traceInfo: LocalTrace) => boolean;
136
138
 
139
+ /* Excluded from this release type: TelemetryInitializationOptions */
140
+
137
141
  /**
138
142
  * Configuration for OpenTelemetry tracing in Zuplo.
139
143
  * Can be configured with either an explicit exporter or custom span processors.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/otel",
3
3
  "type": "module",
4
- "version": "6.55.0",
4
+ "version": "6.55.1",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {
@@ -38,6 +38,6 @@
38
38
  "@opentelemetry/semantic-conventions": "1.34.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@zuplo/runtime": "6.55.0"
41
+ "@zuplo/runtime": "6.55.1"
42
42
  }
43
43
  }