Search Gradle plugins

Version 1.5.0 (latest)

1.5.0

Created 18 October 2024.

Collect network data through code instrumentation

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.contentsquare.error.analysis.network") version "1.5.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.contentsquare.gradle:error-analysis-network:1.5.0")
      }
    }
    
    apply(plugin = "com.contentsquare.error.analysis.network")
  • Applying plugins to all subprojects .