feat: add --keep-original-ids to insights and dashboards#2
Conversation
42d7f4e to
8dc4c66
Compare
8dc4c66 to
6155990
Compare
|
@janmatzek Quick question on IDs: with --keep-original-ids, report migration now seems to use the raw legacy identifier directly and skip the usual report-specific ID prefix. Was that intentional? Just want to make sure we’re OK with the possible collision/behavior change here. |
@Tomkess Yes, intentional, happens for both reports and pixel perfect dashboards. It has side effects when the prefixes are omitted, they are mentioned in the readme file. This covers a specific customer use case where retaining the IDs is requested to keep some mapping consistent on customer side. |
No description provided.