class Ga4Client

Defined at line 24 of file ../../src/lib/analytics/cpp/core_dev_tools/google_analytics_4_client.h

To use this client, one needs to (if not already) add the following lines to

the main() function before any threads are spawned and any use of Curl or

this client:

zxdb::Curl::GlobalInit();

auto deferred_cleanup_curl = fit::defer(zxdb::Curl::GlobalCleanup);

and include related headers, e.g.

<lib

/fit/defer.h> and

"src/developer/debug/zxdb/common/curl.h".

Public Methods

void Ga4Client (int64_t quit_timeout_ms)

Defined at line 26 of file ../../src/lib/analytics/cpp/core_dev_tools/google_analytics_4_client.h

void Ga4Client ()

Defined at line 27 of file ../../src/lib/analytics/cpp/core_dev_tools/google_analytics_4_client.h