I was comparing crash data when I bumped into a difference between prod and stage where `collector_notes` sometimes has a value of `"[]"` and sometimes has a value of `[]` depending on whether the "annotations" were in a JSON-encoded extra value or not. I think that's a bug in the submitter. I wrote up bug #1757612 to fix that.
Bug 1562641 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I was comparing crash data when I bumped into a difference between prod and stage where `collector_notes` sometimes has a value of `"[]"` and sometimes has a value of `[]` depending on whether the "annotations" were in a JSON-encoded extra value or not. I think that's a bug in the submitter. I wrote up bug #1757612 to fix that. Once that's fixed and deployed, I can recheck the data between stage and prod for issues.