getsentry / getsentry/sentry-javascript
AI integration tests don't assert absence of PII when sendDefaultPii is false
未关闭
good first issue
javascript
Tests
- 主要语言
- TypeScript
- 星标
- 8.7k
- 派生
- 1.8k
- 平均合并
- 1 天 17 小时
- 30 天内合并 PR
- 515
描述
All AI provider integration tests use `expect.objectContaining()` to verify span data when `sendDefaultPii: false`. The PII attributes are simply omitted from the expected object rather than explicitly asserted as absent. This means a regression that leaks PII attributes onto spans when `sendDefaultPii` is disabled would pass all existing tests.
贡献指南
评估
这个 Issue 还没有评估数据。