We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trackResources
browserTracingIntegration
Add an option that allows users to opt out of resource.* span creation.
resource.*
Possible typings:
trackResources?: boolean
trackResources?: (ctx) => boolean
trackResources?: {scripts?: boolean, styles?: boolean, images?: boolean, other?: boolean}