Describe the problem you’re trying to solve
If I use embrace.metadata.addProperty() function, and also add my own OpenTelemetry exporters to the SDK, I would like the values I set to be included in the OpenTelemetry logs.
Describe alternatives you’ve considered or workarounds you’re using
I can use embrace.metadata.addResource(), but some of the values I would like to set semantically do not belong to the OTel "Resource", meaning they do not describe the application or its running environment.
See also embrace-io/embrace-android-sdk#2947