getsentry / getsentry/sentry-javascript
Add `trackResources` option to `browserTracingIntegration`
Aperta
Browser
Feature
javascript
Spans
- Lingua principale
- TypeScript
- Stelle
- 8.7k
- Fork
- 1.8k
- Merge medio
- 1g 17h
- PR unite (30g)
- 515
Descrizione
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}`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.