Spaces:
Sleeping
Sleeping
File size: 194 Bytes
fea495a | 1 2 3 4 5 6 | /**
* This extension augments opentelemetry after registration if applicable.
* This extension must only be loaded in Node environments.
*/
export declare function afterRegistration(): void;
|