@interopio/otel 0.1.4 → 0.1.6

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.
Files changed (2) hide show
  1. package/insights.d.ts +3 -3
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  type TracerConfig,
28
28
  } from "@opentelemetry/sdk-trace-base";
29
29
  import {
30
- type BatchLogRecordProcessorBrowserConfig,
30
+ type BatchLogRecordProcessorOptions,
31
31
  type LoggerProvider,
32
32
  type LoggerProviderConfig,
33
33
  type LogRecordExporter,
@@ -1896,7 +1896,7 @@ export namespace IOInsights {
1896
1896
  /**
1897
1897
  * Settings for batching log records before export.
1898
1898
  */
1899
- processorSettings?: BatchLogRecordProcessorBrowserConfig;
1899
+ processorSettings?: BatchLogRecordProcessorOptions;
1900
1900
  /**
1901
1901
  * Configuration for the logger provider.
1902
1902
  */
@@ -1908,7 +1908,7 @@ export namespace IOInsights {
1908
1908
  /**
1909
1909
  * Log record processors.
1910
1910
  */
1911
- logProcessors?: (processorSettings: BatchSpanProcessorBrowserConfig | undefined, exporterSettings: OTLPExporterNodeConfigBase, settings: LogsSettings, otelSettings: Settings) => LogRecordProcessor[];
1911
+ logProcessors?: (processorSettings: BatchLogRecordProcessorOptions | undefined, exporterSettings: OTLPExporterNodeConfigBase, settings: LogsSettings, otelSettings: Settings) => LogRecordProcessor[];
1912
1912
  /**
1913
1913
  * Log record exporters.
1914
1914
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",