SDKs

Markdown

Debug network issues

Enable debug logging to see API calls and identify if issues are SDK or API related. When contacting support, share the full debug logs along with the x-request-id.

# Set environment variable
DEVCASTER_LOGGING_LEVEL=debug
// Set environment variable
DEVCASTER_LOG_LEVEL=debug

Look for x-request-id in the debug output to share with support.

Check SDK version

Ensure you're using the latest version:

pip install --upgrade devcaster
npm install @devcaster/core@latest

Check current version:

Common issues

Getting help