Recording Link
Configure your website for getting screen recording and technical details for issues using Recording Links: Login > Workspace Settings > Recording Link
Quick Overview: Step-by-Step Breakdown for Configuring Recording Links for Your Custom Domain
How to Register Your Own Domain/Website with BetterBugs.io Recording Links: Step-by-Step
2
3
(Optional) Customize Theme for Recorder UI
<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 Recording URL(s) that Captures Developer Logs (After Registering Your Domain): One-Time Usage
Example Code: Installing Recording Link (that captures console logs, network requests, and others) With Theme Customization Options
Quick Overview: All Customization Options for the Recorder UI
Option
Type
Description
Last updated