Skip to content

Commit 69f7d22

Browse files
authored
ENG-2026 Update publicAppId in BirdEatsBugs component for feedback widget integration (#1219)
1 parent d54f0c7 commit 69f7d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/roam/src/components/BirdEatsBugs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const initFeedbackWidget = (): void => {
110110

111111
if (window.birdeatsbug && "setOptions" in window.birdeatsbug) {
112112
window.birdeatsbug.setOptions!({
113-
publicAppId: "faf02e48-84b7-4292-b76c-03d9342ba9aa",
113+
publicAppId: "b4ea080f-9e8e-440c-a683-a9bf9e2bcd94",
114114
user: {
115115
email: getCurrentUserEmail(),
116116
},

0 commit comments

Comments
 (0)