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

@ -28,7 +28,7 @@ type resourceEventHandler struct {
ev chan<- interface{}
}
func (reh *resourceEventHandler) OnAdd(obj interface{}) {
func (reh *resourceEventHandler) OnAdd(obj interface{}, _ bool) {
eventHandlerFunc(reh.ev, obj)
}