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"});

Context monitor

Monitor your React context and observe it with CodeBud useContextMonitor.

Was this page helpful?