Skip to content

Adjust event reporting to account for piecewise

Ian Freshwater requested to merge unstructured_event_processing into master

Currently, unstructured event reporting was only done if customers used the simple decrypt method that wrapped stages. This meant if they used methods to try and reuse encryption/decryption objects, events were not being reported.

Changes where the event reporting happens to support this use case better.

Merge request reports