feat: remove contact_inbox

This commit is contained in:
Shivam Mishra
2025-03-13 14:56:04 +05:30
parent 9c26f07a00
commit 3ed2cf3ad1
@@ -10,7 +10,13 @@ import * as Sentry from '@sentry/vue';
const makeCompactJson = obj => {
// get rid of irrelevant data
const { messages, additional_attributes, sla_events, ...remaining } = obj;
const {
messages,
additional_attributes,
sla_events,
contact_inbox,
...remaining
} = obj;
const strinRep = JSON.stringify(remaining);
// replace active storage URLs with a placeholder