@zuplo/otel 6.52.1 → 6.52.2
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.
- package/out/types/index.d.ts +0 -4
- package/package.json +2 -2
package/out/types/index.d.ts
CHANGED
|
@@ -67,8 +67,6 @@ declare interface ParentRatioSamplingConfig {
|
|
|
67
67
|
|
|
68
68
|
declare type PostProcessorFn = (spans: ReadableSpan[]) => ReadableSpan[];
|
|
69
69
|
|
|
70
|
-
/* Excluded from this release type: RequestHandlerProxy */
|
|
71
|
-
|
|
72
70
|
declare interface SamplingConfig<HS extends HeadSamplerConf = HeadSamplerConf> {
|
|
73
71
|
headSampler?: HS;
|
|
74
72
|
tailSampler?: TailSampleFn;
|
|
@@ -82,8 +80,6 @@ declare interface ServiceConfig {
|
|
|
82
80
|
|
|
83
81
|
declare type TailSampleFn = (traceInfo: LocalTrace) => boolean;
|
|
84
82
|
|
|
85
|
-
/* Excluded from this release type: TelemetryInitializationOptions */
|
|
86
|
-
|
|
87
83
|
export declare type TraceConfig = TraceConfigExporter | TraceConfigSpanProcessors;
|
|
88
84
|
|
|
89
85
|
declare interface TraceConfigBase {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/otel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.52.
|
|
4
|
+
"version": "6.52.2",
|
|
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.52.
|
|
41
|
+
"@zuplo/runtime": "6.52.2"
|
|
42
42
|
}
|
|
43
43
|
}
|