Skip to content

Add trackResources option to browserTracingIntegration #16194

Open
@Lms24

Description

@Lms24

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BrowserjavascriptPull requests that update javascript code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions