We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c3f67 commit 1c5a2d3Copy full SHA for 1c5a2d3
src/amplitude-client.js
@@ -42,6 +42,7 @@ var AmplitudeClient = function AmplitudeClient(instanceName) {
42
this.options = {
43
...DEFAULT_OPTIONS,
44
headers: { ...DEFAULT_OPTIONS.headers },
45
+ ingestionMetadata: { ...DEFAULT_OPTIONS.ingestionMetadata },
46
library: { ...DEFAULT_OPTIONS.library },
47
plan: { ...DEFAULT_OPTIONS.plan },
48
trackingOptions: { ...DEFAULT_OPTIONS.trackingOptions },
0 commit comments