improved
Property Reuse in Bundles
We’ve rolled out property reuse within event property bundles to all workspaces! Some workspaces are ready to go right away, while others might need a quick setup step.
To see if you can use it right away, navigate to the Property Bundles view. In the header, check the area next to the Add Event Property Bundle button:

If you
don’t see
the message “Unlock adding properties to multiple bundles
”, your workspace is already configured — go ahead and start using the feature
! 🎉If You See the Info Message 👇
If you see the info message, you'll need to do a few extra, often trivial, steps in your code to enable the reuse. Hover over the info icon to get the workspace-tailored instructions.

🛠️
Tip: This toggle only changes how Codegen generates code. If you don't use Codegen, you can toggle all the source on a new branch and merge it, nothing else needs to be done.
Then, proceed to the sources one by one and follow the instructions to flatten the property bundles in Codegen.

💡 Recommendation: For each source, enable the flattening setting in Codegen on its own branch, and avoid making any other changes in that branch. This keeps the implementation simple and focused.