Skip to content

Commit 2dcb151

Browse files
chore(repo): Allow WebFetch for Sentry docs in Claude settings (#18890)
Adds `WebFetch` permissions for `docs.sentry.io` and `develop.sentry.dev` to Claude Code settings, enabling Claude to fetch documentation content directly from Sentry's official documentation sites. This follows the same pattern used in the sentry-cocoa repository. Closes #18891 (added automatically) --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent cc0dc3b commit 2dcb151

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,29 @@
44
"Bash(find:*)",
55
"Bash(ls:*)",
66
"Bash(git:*)",
7+
"Bash(git status:*)",
8+
"Bash(git log:*)",
9+
"Bash(git diff:*)",
10+
"Bash(git show:*)",
11+
"Bash(git branch:*)",
12+
"Bash(git remote:*)",
13+
"Bash(git tag:*)",
14+
"Bash(git stash list:*)",
15+
"Bash(git rev-parse:*)",
16+
"Bash(gh pr view:*)",
17+
"Bash(gh pr list:*)",
18+
"Bash(gh pr checks:*)",
19+
"Bash(gh pr diff:*)",
20+
"Bash(gh issue view:*)",
21+
"Bash(gh issue list:*)",
22+
"Bash(gh run view:*)",
23+
"Bash(gh run list:*)",
24+
"Bash(gh run logs:*)",
25+
"Bash(gh repo view:*)",
726
"Bash(yarn:*)",
827
"WebFetch(domain:github.com)",
28+
"WebFetch(domain:docs.sentry.io)",
29+
"WebFetch(domain:develop.sentry.dev)",
930
"Bash(grep:*)",
1031
"Bash(mv:*)"
1132
],

0 commit comments

Comments
 (0)