PromptCue Local Logs
When you experience issues with PromptCue, our built-in logging system can help diagnose the problem. PromptCue stores important debug information in your browser's localStorage
under the key PC_promptCueLogs
. By retrieving these logs and sharing them with our support team, you help us quickly identify and resolve issues.
Why Are Local Logs Important?β
-
Detailed Debug Information:
The local logs capture key events and errors from your PromptCue session, which can reveal the root cause of issues. -
Faster Troubleshooting:
Sharing these logs with our support team (via support@promptcue.com) helps us troubleshoot and resolve issues more efficiently. -
Privacy & Security:
All logs are stored locally in your browser and are never transmitted to our servers unless you choose to share them.
How to Retrieve PromptCue Local Logs?β
Follow these steps to access and copy the local logs from your browser:
For Google Chromeβ
-
Open Developer Tools:
- Right-click anywhere on the PromptCue webpage and select Inspect.
- Alternatively, press
Ctrl + Shift + I
(Windows/Linux) orCmd + Option + I
(macOS).
-
Navigate to the Application Tab:
- In the Developer Tools panel, click on the Application tab.
- If you donβt see it, click the double arrow (>>) to reveal additional tabs.
-
Access LocalStorage:
- In the left-hand sidebar, expand the Local Storage section.
- Click on the entry for your website (e.g.,
https://promptcue.com
).
-
Locate the
PC_promptCueLogs
Key:- In the list of keys, find
PC_promptCueLogs
. - Click on it to view its value on the right-hand side.
- In the list of keys, find
-
Copy the Log Data:
- Select the entire value of the
PC_promptCueLogs
key. - Right-click and choose Copy, or use
Ctrl + C
(Cmd + C
on macOS).
- Select the entire value of the
-
Share the Logs:
- Paste the copied logs into an email or text file.
- Send the log data to support@promptcue.com for further analysis.
For Mozilla Firefoxβ
-
Open Developer Tools:
- Right-click on the PromptCue webpage and choose Inspect Element.
- Alternatively, press
Ctrl + Shift + K
(Windows/Linux) orCmd + Option + K
(macOS) to open the Console, then switch to the Storage tab.
-
Access Local Storage:
- In the Developer Tools, click on the Storage tab.
- Expand Local Storage and select your website (e.g.,
https://promptcue.com
).
-
Find and Copy
PC_promptCueLogs
:- Locate the key
PC_promptCueLogs
and copy its value as described for Chrome. - Share the log data with our support team.
- Locate the key
-
Review Before Sharing:
Always review the log data to ensure that no sensitive personal information is included before sending it to our support team. -
Clear Old Logs:
If youβre troubleshooting recurring issues, consider clearinglocalStorage
before reproducing the issue so that only relevant log data is captured. -
Keep Your Browser Updated:
Developer Tools functionality can vary with browser versionsβensure your browser is up to date for the best experience.
Need Further Assistance?β
If you encounter difficulties retrieving your local logs or if you have any questions, please visit our Support & Resources page or email us directly at support@promptcue.com.
By following these steps, you can easily extract the PromptCue Local Logs from your browser, helping our team diagnose and resolve issues more effectively. Your feedback and support are vital to improving the PromptCue experience!