I don't know precisely which tolerance you are looking for, but they are all available through sdpsettings as always
ops = sdpsettings('gurobi.MIPGap',1e-8)
solvesdp(constraints,objective,ops)
To see which options there are available, you have to check the gurobi documentation, or simply look at the options structure