Skip to main content

foundation-comms.defaultfoundationanalytics._constructor_

Home > @genesislcap/foundation-comms > DefaultFoundationAnalytics > (constructor)

DefaultFoundationAnalytics.(constructor)

TODO: Remove the static config. We could register a config with the container at startup and have it injected here or remove the constructor and define a method call.

Signature:

constructor(config: {
app: 'foundation-app';
debug: true;
});

Parameters

Parameter

Type

Description

config

{ app: 'foundation-app'; debug: true; }