Function sentry_rs::models::prep_string [] [src]

pub fn prep_string(to_prep: &str) -> String

"Prepares" a string for being encoded to json. Right now this only strips off strings that start/end with " since it seems to barf on being sent, but in the future it could do more things.