Appearance
Installation
Install the Capture bug reporting widget by adding the following code snippet to the <head>
section of your page:
html
<script>
window.captureOptions = {
captureKey: "YOUR_CAPTURE_KEY",
};
</script>
<script
src="https://cdn.capture.dev/capture-js/browser/latest.js"
async
></script>
Replace "YOUR_CAPTURE_KEY"
with your actual key. You can find your team’s capture key on the team settings page.
Testing the installation
Once you’ve added the snippet, you can test that the installation was successful by opening the widget using the default keyboard shortcut:
- On Windows:
ctrl + alt + 1
- On Mac:
cmd + option + 1
If the installation is working, the Capture widget will appear in the corner of the screen. Follow the on-screen instructions to create your first bug report.
If the widget doesn’t appear or you see an error, open your browser’s developer tools and check for any logs that may explain what sent wrong. You can also refer to the troubleshooting page for help.