![]() |
Audacity 3.2.0
|
Namespaces | |
| namespace | anonymous_namespace{SentryReport.cpp} |
Classes | |
| class | AnonymizedMessage |
| A class, that stores anonymized message. More... | |
| struct | Exception |
| A DTO for the Sentry Exception interface. More... | |
| struct | Message |
| A DTO for the Sentry Message interface. More... | |
| class | Report |
| A report to Sentry. More... | |
| class | SentryRequestBuilder |
| A helper, that creates a correct Request to Sentry. More... | |
Typedefs | |
| using | ExceptionData = std::pair< std::string, AnonymizedMessage > |
| Additional payload to the exception. More... | |
Functions | |
| void | AddExceptionContext (std::string parameterName, AnonymizedMessage parameterValue) |
| Saves a parameter, that will be appended to the next Exception report. More... | |
| using audacity::sentry::ExceptionData = typedef std::pair<std::string, AnonymizedMessage> |
Additional payload to the exception.
Definition at line 27 of file SentryReport.h.
| SENTRY_REPORTING_API void audacity::sentry::AddExceptionContext | ( | std::string | parameterName, |
| AnonymizedMessage | parameterValue | ||
| ) |
Saves a parameter, that will be appended to the next Exception report.
Definition at line 255 of file SentryReport.cpp.
References BasicUI::Get().