regexTarget is a string field, not an array of objects. Use the correct allowlist format with regexes array. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
194 B
TOML
7 lines
194 B
TOML
[allowlist]
|
|
# Sentry DSNs are public (ingest-only, not secrets)
|
|
description = "Allow Sentry DSNs"
|
|
regexTarget = "line"
|
|
regexes = [
|
|
'''https://[a-f0-9]+@o\d+\.ingest\.\w+\.sentry\.io/\d+''',
|
|
]
|