createInstrumentation() function
Home > @rimitive/core > createInstrumentation
createInstrumentation() function
Section titled “createInstrumentation() function”Signature:
export declare function createInstrumentation(config: Omit<InstrumentationConfig, 'providers'> & { providers: [InstrumentationProvider, ...InstrumentationProvider[]];}): InstrumentationContext;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
config |
Omit<InstrumentationConfig, ‘providers’> & { providers: [InstrumentationProvider, …InstrumentationProvider[]]; } |
Returns:
InstrumentationContext