getsentry / getsentry/sentry-javascript
Add `trackResources` option to `browserTracingIntegration`
Ouverte
Browser
Feature
javascript
Spans
- Langage dominant
- TypeScript
- Étoiles
- 8.7k
- Forks
- 1.8k
- Merge moyen
- 1 j 17 h
- PR mergées (30 j)
- 515
Description
Add an option that allows users to opt out of `resource.*` span creation.
Possible typings:
* `trackResources?: boolean` <— preferred
* `trackResources?: (ctx) => boolean`
* `trackResources?: {scripts?: boolean, styles?: boolean, images?: boolean, other?: boolean}`
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.