Skip to content
On this page

Changes Requiring Migrations

This page lists breaking changes.

First Non-Beta Release (2022-10-03)

window.birdeatsbug.startSession() renamed to window.birdeatsbug.trigger()

This change is only relevant if your code calls window.birdeatsbug.startSession(). You do not need to take any action if you use default settings and only trigger the SDK from the default trigger button.

Otherwise please take the following actions:

  1. Replace calls to window.birdeatsbug.startSession() with calls to window.birdeatsbug.trigger(). Otherwise the SDK UI popup will not open and recording will no longer start.
  2. Please update the JavaScript snippet integrating the SDK to the latest one displayed in the Quick Start - or manually replace the string 'startSession' to 'trigger'). Without this change, calls to window.birdeatsbug.trigger() will only work once the SDK finished initializing.

Various CSS Class Name Changes

Classes have been removed, renamed, and added.