TracingSampleRate returns the sampling rate from.
func TracingSampleRate() (*float64, error)TracingSampleRate returns the sampling rate from LANGSMITH_TRACING_SAMPLING_RATE or LANGCHAIN_TRACING_SAMPLING_RATE. Returns (nil, nil) if unset, meaning all traces are kept. Returns an error if the variable is set but not a valid float in [0, 1].