Troubleshooting
This guide provides solutions to common issues you might encounter when using DebuggAI.
Installation Issues
SDK Installation Fails
If you're having trouble installing the DebuggAI SDK, try the following:
- Make sure you're using a supported version of Node.js or Python
- Check your network connection
- Try using a different package manager (e.g., yarn instead of npm)
If you're still having issues, check the error message for specific details or contact our support team.
API Key Not Working
If your API key isn't working, try the following:
- Make sure you're using the correct API key for your environment
- Check that your API key hasn't expired
- Verify that your account is in good standing
You can find your API key in the DebuggAI dashboard under Settings > API Keys.
Monitoring Issues
Requests Not Showing Up in Dashboard
If your requests aren't showing up in the DebuggAI dashboard, try the following:
- Make sure you've initialized the DebuggAI SDK correctly
- Check that you're using the correct API key
- Verify that your requests are actually being made
- Check your network connection
If you're using a custom integration, make sure you're calling the DebuggAI API correctly.
Incomplete Request Data
If you're seeing incomplete request data in the DebuggAI dashboard, try the following:
- Make sure you're capturing all the relevant information in your requests
- Check that you're not hitting any rate limits
- Verify that your requests are completing successfully
If you're using a custom integration, make sure you're sending all the required fields to the DebuggAI API.
Performance Issues
SDK Adding Latency
If the DebuggAI SDK is adding noticeable latency to your requests, try the following:
- Make sure you're using the latest version of the SDK
- Consider using the async tracking option to reduce latency
- Check your network connection
If you're still experiencing high latency, contact our support team for assistance.
High CPU or Memory Usage
If the DebuggAI SDK is causing high CPU or memory usage, try the following:
- Make sure you're using the latest version of the SDK
- Consider reducing the amount of data you're tracking
- Check for memory leaks in your application
If you're still experiencing high resource usage, contact our support team for assistance.
Getting Help
If you're still having issues after trying the solutions above, you can get help in the following ways:
- Check the documentation for more detailed information
- Join our Discord community to ask questions and get help from other users
- Contact our support team at support@debuggai.com
When reporting an issue, please include:
- The version of the DebuggAI SDK you're using
- The programming language and framework you're using
- A detailed description of the issue
- Any error messages or logs
- Steps to reproduce the issue