Skip to main content

release

optional - String

Track the version of your application in LogDuck. Can be a Git hash, version string, or any unique identifier for your application.

This release hash will appear in every LogDuck recording, making it easier to determine the code that was running at the time of recording.

Script
window.feedback &&
window.feedback.init("app_id", {
release: "1.0.0",
});