diff --git a/client/src/components/Panels/ToolBox.vue b/client/src/components/Panels/ToolBox.vue index 39ae9f3774eb..cc4826cdd2ab 100644 --- a/client/src/components/Panels/ToolBox.vue +++ b/client/src/components/Panels/ToolBox.vue @@ -183,7 +183,7 @@ export default { const Galaxy = getGalaxyInstance(); this.results = results; if (!this.hasResults) { - Galaxy.Sentry.captureMessage("ClientSearchMiss", { + Galaxy.Sentry?.captureMessage("ClientSearchMiss", { extra: { query: this.query, },