ci(release): refine promotion logic and enhance Datadog integration (#3322)

This commit is contained in:
James Rich 2025-10-03 21:03:33 -05:00 committed by GitHub
parent 51fa634e11
commit 28de377068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 27 deletions

View file

@ -15,6 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import com.datadog.gradle.plugin.InstrumentationMode
import com.geeksville.mesh.buildlogic.GitVersionValueSource
import java.io.FileInputStream
import java.util.Properties
@ -256,3 +257,7 @@ dokka {
maxHeapSize = "6g"
}
}
datadog {
composeInstrumentation = InstrumentationMode.AUTO
}