Skip to content

Commit 34b3978

Browse files
betegonclaude
andcommitted
feat(dsn): expand MONOREPO_ROOTS with additional directory patterns
Add projects, plugins, sites, workers, and functions to the list of recognized monorepo root directories. These cover Google-style monorepos, WordPress/Grafana plugin repos, multi-site setups, Cloudflare Workers, and AWS Lambda serverless monorepos respectively. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f8c366c commit 34b3978

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/dsn/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,9 @@ export const MONOREPO_ROOTS = [
136136
"libs",
137137
"services",
138138
"modules",
139+
"projects",
140+
"plugins",
141+
"sites",
142+
"workers",
143+
"functions",
139144
] as const;

0 commit comments

Comments
 (0)