A class, that stores anonymized message.
std::unique_ptr< ReportImpl > mImpl
std::function< void(int httpCode, std::string responseBody)> CompletionHandler
A callback, that will be called when Send completes.
void AddExceptionContext(std::string parameterName, AnonymizedMessage parameterValue)
Saves a parameter, that will be appended to the next Exception report.
std::pair< std::string, AnonymizedMessage > ExceptionData
Additional payload to the exception.
A DTO for the Sentry Exception interface.
AnonymizedMessage Value
Message, associated with the Exception.
std::string Type
Exception type. Should not have spaces.
std::vector< ExceptionData > Data
Arbitrary payload.
A DTO for the Sentry Message interface.
AnonymizedMessage Value
A string, possibly with s placeholders, containing the message.
std::vector< AnonymizedMessage > Params
Values for the placeholders.