Can we turn off error reporting on runtime

Can we turn off Sentry error reporting at run time after being initialized. Is there a way to ignore all calls to Raven api post this ?

Most SDKs should support disabling it by disabling the DSN (unsetting it, setting it to falsey), but thats not universally true.