Features:
- Add Perfetto trace format support for continuous profiling. (#5659)
- Add metadata support for the
/uploadendpoint. (#6028) - Infer user agents and client addresses in the V2 standalone span pipeline. (#6047)
- Conditionally allow additional exceptions on minidumps. (#6063)
- Replace nil Trace IDs with random ones. (#6079)
- Equalize name and description for spans with "manual" origin. (#6070)
Bug Fixes:
- Correctly handle minidump objecstore upload failures. (#6033)
- Add
client.addressattribute to known IP fields. (#6058) - Fix a bug in mobile attribute normalization. (#6065)
- Don't infer names during tag extraction in transaction processing. (#6080)
- Stop using cross-org DSC data in v2 span normalization. (#6073)
Internal: