diff --git a/app/javascript/dashboard/store/modules/conversations/index.js b/app/javascript/dashboard/store/modules/conversations/index.js index 8a900c9fa..8715d24ec 100644 --- a/app/javascript/dashboard/store/modules/conversations/index.js +++ b/app/javascript/dashboard/store/modules/conversations/index.js @@ -220,6 +220,8 @@ export const mutations = { Sentry.withScope(scope => { scope.setContext('incoming', conversation); scope.setContext('stored', selectedConversation); + scope.setContext('incoming_meta', conversation.meta); + scope.setContext('stored_meta', selectedConversation.meta); Sentry.captureMessage('Conversation update mismatch'); });