Commit 58a7403
fix(init): use valid placeholder URLs in dry-run mode
The server validates DSN and URL fields with z.string().url().
The previous placeholders "(dry-run)" failed Zod validation,
breaking dry-run after the create-sentry-project step.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a9bf1de commit 58a7403
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
882 | | - | |
| 881 | + | |
| 882 | + | |
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
| |||
0 commit comments