Damus
Daniele profile picture
Daniele
@Daniele
Is not exactly all gold.
Look what I just found Claude doing:

```
const payload = consoleSpy.mock.calls
.find(args => args[0] === 'TELEMETRY | Sending |')[2]
```

It made a test spying the console output rather than the proper library we were using...