@coralogix/browser 2.8.7 → 2.8.9

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.
@@ -9,4 +9,5 @@ export declare class CoralogixFetchInstrumentation extends FetchInstrumentation
9
9
  private setNetworkSpanAttributes;
10
10
  private setRequestAttributes;
11
11
  private setResponseAttributes;
12
+ disable(): void;
12
13
  }
@@ -8,4 +8,5 @@ export declare class CoralogixXhrInstrumentation extends XMLHttpRequestInstrumen
8
8
  constructor(config: XMLHttpRequestInstrumentationConfig);
9
9
  private setNetworkSpanAttributes;
10
10
  private setResponseAttributes;
11
+ disable(): void;
11
12
  }
package/src/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.8.7";
1
+ export declare const SDK_VERSION = "2.8.9";