import { DaffAnalyticsConfigInterface } from '@daffodil/analytics'
Allows you to provide configuration to the @daffodil/analytics
package.
interface DaffAnalyticsConfigInterface {
analyzableActions: string[]
}
analyzableActions string[] |
---|
A set of actions that will be available for analysis by trackers. |