Add trackResources
option to browserTracingIntegration
#16194
Labels
trackResources
option to browserTracingIntegration
#16194
Add an option that allows users to opt out of
resource.*
span creation.Possible typings:
trackResources?: boolean
<— preferredtrackResources?: (ctx) => boolean
trackResources?: {scripts?: boolean, styles?: boolean, images?: boolean, other?: boolean}
The text was updated successfully, but these errors were encountered: