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
pkg/db/db.go and internal/store/spicedb/relation_repository.go import the deprecated github.com/newrelic/go-agent v2 package. Migrate to v3: new import path and the reworked transaction/segment APIs at every telemetry call site.
pkg/db/db.goandinternal/store/spicedb/relation_repository.goimport the deprecatedgithub.com/newrelic/go-agentv2 package. Migrate to v3: new import path and the reworked transaction/segment APIs at every telemetry call site.Part of #1782.