MCPcopy Create free account
hub / github.com/algolia/algoliasearch-client-javascript / _ua

Function _ua

packages/monitoring/src/monitoringClient.ts:89–91  ·  view source on GitHub ↗

* Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.

()

Source from the content-addressed store, hash-verified

87 * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
88 */
89 get _ua(): string {
90 return transporter.algoliaAgent.value;
91 },
92
93 /**
94 * Adds a `segment` to the `x-algolia-agent` sent with every requests.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected