Recording Links
Configure your website for getting screen recording and technical details for issues using Recording Links.
Quick overview of the setup process
Steps to configure recording URLs for getting developer logs
4
5
(Optional) Customize the theme
<html>
<head>
<!-- Put this in the HTML head tag -->
<!-- All Customization Options for Recording Links UI -->
<script>
window.__BetterbugsRecordingLinkConfig = {
styles: {
theme: "light",
primaryColor: "#000000",
primaryTextColor: "#ffffff",
},
startRecordingBtnText: "Start recording",
mainHeaderText: "Ready to record?",
subHeaderText: "Record your screen",
emailFieldLabel: "Email",
titleFieldLabel: "Title",
descriptionFieldLabel: "Description",
emailFieldPlaceholder: "Enter your email",
titleFieldPlaceholder: "Enter your title",
descriptionFieldPlaceholder: "Enter your description",
successMessageHeaderText: "All set!",
successMessageSubHeaderText: "We've saved your input",
metaData: {
key: "value",
},
};
</script>
</head>
</html>How to generate the recording URL(s) after registering your domain
Example for installing recording link (that captures console logs, network requests, and others) with theme customization options
Quick overview of all customization options for the recorder UI
Option
Type
Description
Last updated