Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jared Casey
Jared CaseyReporter
Michael Reiche
Michael ReicheStory Points
1
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created November 11, 2023 at 6:26 PM
Updated February 21, 2024 at 5:51 PM
Resolved February 21, 2024 at 5:51 PM
I haven't verified this yet - maybe the id actually includes the double quotes in it.
see https://www.couchbase.com/forums/t/every-sdk-upgrade-has-become-a-nightmare/37059/10
sdk 3.x before everything was rewritten in typescript, the sdk returned keys as normal with single quotes.
Now with 4.x has additional double quotes, see for example :
ViewRow {
value: null,
key: ‘“62eba17d3d800000”’,
id: ‘u#62eba17d3d800000’
},