#[no_mangle]
pub unsafe extern "C" fn relay_validate_sampling_configuration(
value: *const RelayStr,
) -> RelayStr
Expand description
Validate whole rule ( this will be also implemented in Sentry for better error messages) The implementation in relay is just to make sure that the Sentry implementation doesn’t go out of sync.