sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Emit `transaction.data` inside `contexts.trace.data`

Open kahest opened this issue 1 year ago • 2 comments

  • find out if we already do this
  • if we don't implement it like this :)

kahest avatar Aug 07 '24 13:08 kahest

@kahest We are currently sending transaction (root span) data as extra here. Should we keep that for the sake of backwards compatibility?

lbloder avatar Aug 16 '24 06:08 lbloder

@lbloder I'm not sure, I don't have context why we do this - maybe @stefanosiano @markushi have an idea.

kahest avatar Aug 16 '24 07:08 kahest

@kahest We are currently sending transaction (root span) data as extra here. Should we keep that for the sake of backwards compatibility?

I'd keep it for compatibility, also because we are updating v7. We can think about removing it in v8, if it's not used by our product

stefanosiano avatar Sep 02 '24 09:09 stefanosiano

@lbloder as discussed here, let's remove sending it as event.extra.

markushi avatar Sep 02 '24 10:09 markushi

We'll only change v8 of the SDK due to potential PII stripping issues.

adinauer avatar Sep 30 '24 12:09 adinauer