Skip to content

Add trackResources option to browserTracingIntegration #16194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Lms24 opened this issue May 5, 2025 — with Linear · 0 comments
Open

Add trackResources option to browserTracingIntegration #16194

Lms24 opened this issue May 5, 2025 — with Linear · 0 comments
Labels
Browser javascript Pull requests that update javascript code

Comments

Copy link
Member

Lms24 commented May 5, 2025

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}
@Lms24 Lms24 added the javascript Pull requests that update javascript code label May 5, 2025 — with Linear
@Lms24 Lms24 transferred this issue from getsentry/sentry-javascript-bundler-plugins May 5, 2025
@Lms24 Lms24 closed this as not planned Won't fix, can't repro, duplicate, stale May 5, 2025
@Lms24 Lms24 reopened this May 5, 2025
@Lms24 Lms24 closed this as not planned Won't fix, can't repro, duplicate, stale May 5, 2025
@Lms24 Lms24 reopened this May 5, 2025
@mydea mydea added the Browser label May 7, 2025 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser javascript Pull requests that update javascript code
Projects
None yet
Development

No branches or pull requests

2 participants