App inspection
Learn about additional CodeBud features that helps you observe your applications.
CodeBud.captureEvent
Send custom log from client to GUI (viewable on network tab)
import {CodeBud} from '@appklaar/codebud';
CodeBud.captureEvent("Hello, world!", {data: "my data"});
Think about captured events as of console.log(s) that will be shown in timeline on network tab.
Context monitor
Monitor your React context and observe it with CodeBud useContextMonitor.