getsentry / getsentry/sentry-javascript
Add `trackResources` option to `browserTracingIntegration`
Đang mở
Browser
Feature
javascript
Spans
- Ngôn ngữ chính
- TypeScript
- Star
- 8.7k
- Fork
- 1.8k
- Merge trung bình
- 1 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 515
Mô tả
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}`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.