feat: add analytics logging while hoppscotch requests are fired

This commit is contained in:
Andrew Bastin
2021-07-05 20:02:29 -04:00
parent 913b073ba4
commit 86bd4aa568
8 changed files with 70 additions and 2 deletions

View File

@@ -48,6 +48,7 @@
</template>
<script>
import { logHoppRequestRunToAnalytics } from "~/helpers/fb/analytics"
import debounce from "~/helpers/utils/debounce"
export default {
@@ -158,6 +159,10 @@ export default {
},
]
}
logHoppRequestRunToAnalytics({
platform: "mqtt",
})
},
handleSSEError(error) {
this.stop()