mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci(release): refine promotion logic and enhance Datadog integration (#3322)
This commit is contained in:
parent
51fa634e11
commit
28de377068
3 changed files with 32 additions and 27 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue