getsentry / getsentry/sentry-javascript
Add `trackResources` option to `browserTracingIntegration`
未关闭
Browser
Feature
javascript
Spans
- 主要语言
- TypeScript
- 星标
- 8.7k
- 派生
- 1.8k
- 平均合并
- 1 天 17 小时
- 30 天内合并 PR
- 515
描述
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}`
贡献指南
评估
这个 Issue 还没有评估数据。