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 c4e7ca4 commit 052673aCopy full SHA for 052673a
src/start.ts
@@ -83,7 +83,7 @@ export type EulerianAnalytics = {
83
filters: string; // array of filters that were applied on the page (strings)
84
}>;
85
site?: Partial<{
86
- environment: "production" | "stage" | "production"; // by default development ['development', 'stage', 'production']
+ environment: "development" | "stage" | "production"; // by default development ['development', 'stage', 'production']
87
entity: string; // Entity responsible for website
88
language: string; // language of the website (ISO 639-1). default to html lang
89
target: string; // site target
0 commit comments