Skip to content

Commit

Permalink
Link of specialized logging function to Quota Meter vue.js component
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Oct 6, 2023
1 parent 79f87fb commit 59348ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/Masthead/QuotaMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import { useConfigStore } from "@/stores/configurationStore";
import { useHelpModeTextStore } from "@/stores/helpmode/helpModeTextStore";
import { useUserStore } from "@/stores/userStore";
import { logSentryEvent } from "utils/sentry";
export default {
name: "QuotaMeter",
data() {
Expand Down Expand Up @@ -95,6 +97,7 @@ export default {
},
methods: {
callHelpMode() {
logSentryEvent("hover", "quotaMeterHelpString");
this.helpModeTextStore.addHelpModeText("quotaMeterHelpString");
},
},
Expand Down

0 comments on commit 59348ab

Please sign in to comment.