getsentry / getsentry/sentry-javascript
Include request / response headers as attributes on `http.client` spans
Ouverte
Browser
Improvement
Spans
- Langage dominant
- TypeScript
- Étoiles
- 8.7k
- Forks
- 1.8k
- Merge moyen
- 1 j 17 h
- PR mergées (30 j)
- 515
Description
### Problem Statement
It would be valuable for answering certain types of performance questions to be able to see request and response headers on an `http.client` call.
As an example, `age` and `cf-cache-status` can help you determine whether a request was served from cache.
### Solution Brainstorm
Allow list certain headers, such as `age`, that we're confident are unlikely to include PII. Include these headers as attributes.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.