diff --git a/src/stores/GroupStore.js b/src/stores/GroupStore.js index bc2be37f51..526fca548a 100644 --- a/src/stores/GroupStore.js +++ b/src/stores/GroupStore.js @@ -147,7 +147,7 @@ class GroupStore extends EventEmitter { return; } - console.error(`Failed to get resource ${stateKey} for ${groupId}`, err); + console.error(`Failed to get resource ${stateKey} for ${groupId}`, err.stack); this.emit('error', err, groupId); }).finally(() => { // Indicate finished request, allow for future fetches