@zuplo/otel 6.56.6 → 6.56.7

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,8 +121,6 @@ declare interface ParentRatioSamplingConfig {
121
121
 
122
122
  declare type PostProcessorFn = (spans: ReadableSpan[]) => ReadableSpan[];
123
123
 
124
- /* Excluded from this release type: RequestHandlerProxy */
125
-
126
124
  declare interface SamplingConfig<HS extends HeadSamplerConf = HeadSamplerConf> {
127
125
  headSampler?: HS;
128
126
  tailSampler?: TailSampleFn;
@@ -136,8 +134,6 @@ declare interface ServiceConfig {
136
134
 
137
135
  declare type TailSampleFn = (traceInfo: LocalTrace) => boolean;
138
136
 
139
- /* Excluded from this release type: TelemetryInitializationOptions */
140
-
141
137
  /**
142
138
  * Configuration for OpenTelemetry tracing in Zuplo.
143
139
  * 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.56.6",
4
+ "version": "6.56.7",
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.56.6"
41
+ "@zuplo/runtime": "6.56.7"
42
42
  }
43
43
  }