Skip to content

Gradle Plugin for Zero-Touch Instrumentation #10

Description

@piotrekno1

// build.gradle.kts
plugins { id("dev.wildedge") version "..." }
wildedge { dsn = providers.gradleProperty("wildedge.dsn") }

A bytecode-weaving Gradle plugin that instruments Interpreter.run(), OrtSession.run(), etc. at compile time using ASM or Transform API. Zero code changes in the app. The plugin can also validate at build time that registered models have corresponding tracking calls (enforcing the lint rules at build level).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions