Audacity 3.2.0
Classes | Namespaces | Typedefs | Functions
SentryReport.h File Reference

Declare a class to report errors to Sentry. More...

#include <string>
#include <utility>
#include <vector>
#include <memory>
#include <functional>
#include "AnonymizedMessage.h"
Include dependency graph for SentryReport.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declare a class to report errors to Sentry.


Audacity: A Digital Audio Editor

Dmitry Vedenko

Definition in file SentryReport.h.