You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(insights): remove any fields that are already returned as default in useSpanSamples (#89513)
The `useSpanSamples` hook returns a few fields by default, it also takes
a prop `additionalFields` which allows you to return a few extra fields.
The PR ensures that you cannot pass in fields that is returned by
default into `additionalFields`
This will make the eap migration a bit easier. In eap the
`transaction.id` field is now called `transaction.span_id`, so it will
be easier to migrate if we don't have to update `transaction.id`
everywhere.
0 commit comments