> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bugbybug.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting

> Possible issues you may experience using BugByBug

## Troubleshooting

<AccordionGroup>
  <Accordion title="Issue: SDK not sending events">
    This may be due to your SDK configuration. Try the following:

    1. Double-check your `apiKey`.
    2. Ensure `debug: true` is set during initialization to see console logs.
    3. Check if `sampleRate` is set too low or `beforeSend` is dropping events.
    4. Verify network connectivity and any ad blockers that might interfere.
  </Accordion>

  <Accordion title="Issue: Missing context">
    Solution: Ensure `identify`, `setTags`, and `setExtra` are called at the appropriate times.
  </Accordion>
</AccordionGroup>

If you continue to experience issues, please contact `support@bugbybug.com`.
