1
0
Fork 0

Bump gopkg.in/DataDog/dd-trace-go.v1 to v1.74.6

This commit is contained in:
Hannah Kim 2025-10-03 04:44:04 -04:00 committed by GitHub
parent 4ff8eca572
commit 8441c476f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 421 additions and 395 deletions

View file

@ -11,7 +11,7 @@ type ResourceEventHandler struct {
}
// OnAdd is called on Add Events.
func (reh *ResourceEventHandler) OnAdd(obj interface{}) {
func (reh *ResourceEventHandler) OnAdd(obj interface{}, _ bool) {
eventHandlerFunc(reh.Ev, obj)
}