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:
- Replace calls to
window.birdeatsbug.startSession()
with calls towindow.birdeatsbug.trigger()
. Otherwise the SDK UI popup will not open and recording will no longer start. - 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 towindow.birdeatsbug.trigger()
will only work once the SDK finished initializing.
Various CSS Class Name Changes
Classes have been removed, renamed, and added.