createSamplerFromConfig() is used by startNodeSDK() for creating a sampler from declarative config.
This issue is to add support for the 'composite/development' sampler name, using the support for composite samplers in the sampler-composite package.
Work on this should wait until my coming PR adding createTracerProviderFromConfig() to src/create-from-config.ts.
createSamplerFromConfig()is used bystartNodeSDK()for creating a sampler from declarative config.This issue is to add support for the 'composite/development' sampler name, using the support for composite samplers in the
sampler-compositepackage.Work on this should wait until my coming PR adding
createTracerProviderFromConfig()to src/create-from-config.ts.