Skip to content

fix: Stop sending request headers to Sentry#782

Merged
jirispilka merged 1 commit intomasterfrom
claude/fix-sentry-pii-exposure-JsUwP
May 4, 2026
Merged

fix: Stop sending request headers to Sentry#782
jirispilka merged 1 commit intomasterfrom
claude/fix-sentry-pii-exposure-JsUwP

Conversation

@MQ37
Copy link
Copy Markdown
Contributor

@MQ37 MQ37 commented May 2, 2026

Sentry's sendDefaultPii: true override caused outgoing HTTP request
headers - to be attached
to error events. Reverting to the SDK default (false) keeps stack traces
and breadcrumbs while no longer exfiltrating credentials.

https://claude.ai/code/session_016eoqvSPV9G62bY8ThRrfA1

Sentry's sendDefaultPii: true override caused outgoing HTTP request
headers - including Authorization: Bearer <APIFY_TOKEN> - to be attached
to error events. Reverting to the SDK default (false) keeps stack traces
and breadcrumbs while no longer exfiltrating credentials.

https://claude.ai/code/session_016eoqvSPV9G62bY8ThRrfA1
@github-actions github-actions Bot added the t-ai Issues owned by the AI team. label May 2, 2026
@MQ37 MQ37 changed the title fix: Stop sending request headers with Apify token to Sentry fix: Stop sending request headers to Sentry May 2, 2026
@MQ37 MQ37 requested a review from jirispilka May 2, 2026 14:25
@jirispilka jirispilka merged commit 8e437b5 into master May 4, 2026
9 checks passed
@jirispilka jirispilka deleted the claude/fix-sentry-pii-exposure-JsUwP branch May 4, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-ai Issues owned by the AI team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants