The collector to which events will be sent
http or https
The port for requests to use
get or post
Number of events which can be queued before flush is called
Configure the retry policy for got
- https://github.com/sindresorhus/got/blob/v11.5.2/readme.md#retry
Add a cookieJar to got
- https://github.com/sindresorhus/got/blob/v11.5.2/readme.md#cookiejar
Callback called after a got
request following retries - called with ErrorRequest (https://github.com/sindresorhus/got/blob/v11.5.2/readme.md#errors) and Response (https://github.com/sindresorhus/got/blob/v11.5.2/readme.md#response)
Set new http.Agent and https.Agent objects on got
requests - https://github.com/sindresorhus/got/blob/v11.5.2/readme.md#agent
Generated using TypeDoc
Create an emitter object, which uses the
got
library, that will send events to a collector