Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/js-sdk/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
* Version 1.0.0
* Copyright(c) 2020 Convert Insights, Inc
* License Apache-2.0
*
* Server-side HTTP requests issued through this SDK announce themselves as
* `User-Agent: ConvertAgent/1.0` (see packages/utils/src/http-client.ts). This
* is an SDK invariant relied on by the metrics endpoint's isbot bypass and is
* not customer- or env-configurable.
*/
import {ApiManagerInterface} from '@convertcom/js-sdk-api';
import {ContextInterface} from './interfaces/context';
Expand Down
Loading