Skip to content

Fix regex patterns to support hyphens in organization slugs#31

Merged
ryan953 merged 1 commit intogetsentry:mainfrom
HazAT:main
Jul 14, 2025
Merged

Fix regex patterns to support hyphens in organization slugs#31
ryan953 merged 1 commit intogetsentry:mainfrom
HazAT:main

Conversation

@HazAT
Copy link
Copy Markdown
Member

@HazAT HazAT commented Jul 14, 2025

Updated all regex patterns in ORIGIN_PATTERNS and DOMAIN_PATTERNS to include hyphens by changing [w]* to [w-]*, allowing organization slugs to contain letters, digits, underscores, and hyphens.

Updated all regex patterns in ORIGIN_PATTERNS and DOMAIN_PATTERNS to include hyphens by changing [w]* to [w-]*, allowing organization slugs to contain letters, digits, underscores, and hyphens.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ryan953 ryan953 merged commit 4d4b366 into getsentry:main Jul 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants