Description
To make reproduction of issues easier, we could read the io.sentry.build-tool entry in sentry-debug-meta.properties and send it to Sentry from the Java SDK.
We could further improve this by also adding version info to sentry-debug-meta.properties and sending that too.
Examples of this are:
io.sentry.build-tool=maven
and
io.sentry.build-tool=gradle
Description
To make reproduction of issues easier, we could read the
io.sentry.build-toolentry insentry-debug-meta.propertiesand send it to Sentry from the Java SDK.We could further improve this by also adding version info to
sentry-debug-meta.propertiesand sending that too.Examples of this are:
and