You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Go module path from go.agenttel.dev/agenttel to go.agenttel.dev/agenttel-go (#26)
The Go module lives in the agenttel-go/ subdirectory of the monorepo.
Go tooling requires the module path suffix to match the directory name
so the module proxy can locate go.mod correctly.
- Update go.mod and all import paths across 38 files
- Update vanity import at go.agenttel.dev to use prefix go.agenttel.dev
- Update README and docs with new install command
Signed-off-by: Rohit <rohit@Rohits-MBP.mynet>
Co-authored-by: Rohit <rohit@Rohits-MBP.mynet>
@@ -630,7 +630,7 @@ Then ask your IDE agent: *"Analyze my codebase and generate AgentTel configurati
630
630
|`agenttel-javaagent`|`dev.agenttel:agenttel-javaagent`| Zero-code OTel javaagent extension. Drop-in enrichment for any JVM app — no Spring dependency. |
631
631
|`agenttel-spring-boot-starter`|`dev.agenttel:agenttel-spring-boot-starter`| Spring Boot auto-configuration. Single dependency for Spring Boot apps. |
632
632
|`agenttel-web`|`@agenttel/web` (npm) | Browser telemetry SDK — auto-instrumentation of page loads, navigation, API calls, errors, Web Vitals, journey tracking, anomaly detection, W3C trace propagation. |
0 commit comments