mirror of https://github.com/zulip/zulip.git
base_page_params: Restore google_analytics_id.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
8d60ca548b
commit
220c4cbdc2
|
@ -9,6 +9,7 @@ const t1 = performance.now();
|
||||||
const default_params_schema = z.object({
|
const default_params_schema = z.object({
|
||||||
page_type: z.literal("default"),
|
page_type: z.literal("default"),
|
||||||
development_environment: z.boolean(),
|
development_environment: z.boolean(),
|
||||||
|
google_analytics_id: z.optional(z.string()),
|
||||||
realm_sentry_key: z.optional(z.string()),
|
realm_sentry_key: z.optional(z.string()),
|
||||||
request_language: z.string(),
|
request_language: z.string(),
|
||||||
server_sentry_dsn: z.nullable(z.string()),
|
server_sentry_dsn: z.nullable(z.string()),
|
||||||
|
|
Loading…
Reference in New Issue