Audacity 3.2.0
|
A helper, that creates a correct Request to Sentry. More...
#include <SentryRequestBuilder.h>
Public Member Functions | |
network_manager::Request | CreateRequest () const |
Static Public Member Functions | |
static const SentryRequestBuilder & | Get () |
Private Member Functions | |
SentryRequestBuilder () | |
Private Attributes | |
std::string | mUrl |
A helper, that creates a correct Request to Sentry.
Definition at line 23 of file SentryRequestBuilder.h.
|
private |
Definition at line 46 of file SentryRequestBuilder.cpp.
References mUrl.
network_manager::Request audacity::sentry::SentryRequestBuilder::CreateRequest | ( | ) | const |
Definition at line 27 of file SentryRequestBuilder.cpp.
References mUrl, and audacity::network_manager::Request::setHeader().
Referenced by audacity::sentry::Report::ReportImpl::Send().
|
static |
Definition at line 20 of file SentryRequestBuilder.cpp.
Referenced by audacity::sentry::Report::ReportImpl::Send().
|
private |
Definition at line 33 of file SentryRequestBuilder.h.
Referenced by CreateRequest(), and SentryRequestBuilder().