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 9f0d01c commit 2205127Copy full SHA for 2205127
apps/native/app.config.ts
@@ -13,7 +13,7 @@ const client = z.object({
13
VERSION: z.string().default("1.0.0"),
14
SLUG: z.string().default("myapp"),
15
16
- SENTRY_DSN: zExtend(z.string().min(1, "SENTRY_DSN is required")),
+ SENTRY_DSN: zExtend(z.string().min(1, "SENTRY_DSN is required").default("")),
17
});
18
19
const buildTime = z.object({
0 commit comments