@spotlightjs/overlay 1.4.0 → 1.4.1
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.
|
@@ -17,6 +17,7 @@ export declare class Spotlight implements Integration {
|
|
|
17
17
|
type FetchImpl = typeof fetch;
|
|
18
18
|
/**
|
|
19
19
|
* We want to get an unpatched fetch implementation to avoid capturing our own calls.
|
|
20
|
+
* TODO: We might need to expose this as a utitly function so people can make requests without the SDK picking it put
|
|
20
21
|
*/
|
|
21
22
|
export declare function getNativeFetchImplementation(): FetchImpl;
|
|
22
23
|
export {};
|