Audacity 3.2.0
|
Declare a class to report errors to Sentry. More...
#include <string>
#include <utility>
#include <vector>
#include <memory>
#include <functional>
#include "AnonymizedMessage.h"
Go to the source code of this file.
Classes | |
struct | audacity::sentry::Exception |
A DTO for the Sentry Exception interface. More... | |
struct | audacity::sentry::Message |
A DTO for the Sentry Message interface. More... | |
class | audacity::sentry::Report |
A report to Sentry. More... | |
Namespaces | |
namespace | audacity |
namespace | audacity::sentry |
Typedefs | |
using | audacity::sentry::ExceptionData = std::pair< std::string, AnonymizedMessage > |
Additional payload to the exception. More... | |
Functions | |
void | audacity::sentry::AddExceptionContext (std::string parameterName, AnonymizedMessage parameterValue) |
Saves a parameter, that will be appended to the next Exception report. More... | |
Declare a class to report errors to Sentry.
Audacity: A Digital Audio Editor
Dmitry Vedenko
Definition in file SentryReport.h.