Error from the extension:
panic: sync: WaitGroup is reused before previous Wait has returned
goroutine 1 [running]:
sync.(*WaitGroup).Wait(0xc0001a3f10)
/usr/local/go/src/sync/waitgroup.go:132 +0xa5
main.main()
main.go:197 +0x87e
We'll have to revisit our use of a waitgroup to allow the send to the apm server to complete before the extension is frozen. Added in #106