@interopio/insights-traces 0.0.173 → 0.0.174

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.
@@ -14,20 +14,3 @@ export declare class ioInsightsSampler implements Sampler {
14
14
  private matchObjects;
15
15
  private maybeSample;
16
16
  }
17
- export declare enum ImportedSamplingDecision {
18
- /**
19
- * `Span.isRecording() === false`, span will not be recorded and all events
20
- * and attributes will be dropped.
21
- */
22
- NOT_RECORD = 0,
23
- /**
24
- * `Span.isRecording() === true`, but `Sampled` flag in {@link TraceFlags}
25
- * MUST NOT be set.
26
- */
27
- RECORD = 1,
28
- /**
29
- * `Span.isRecording() === true` AND `Sampled` flag in {@link TraceFlags}
30
- * MUST be set.
31
- */
32
- RECORD_AND_SAMPLED = 2
33
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/insights-traces",
3
- "version": "0.0.173",
3
+ "version": "0.0.174",
4
4
  "description": "io.Insights observability library - traces plugin",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",