For the complete documentation index, see llms.txt. This page is also available as Markdown.

exception

export default {
  name: 'MyComponent',

  methods: {
    track () {
      this.$gtag.exception({
        'description': 'error_description',
        'fatal': false
      })
    }
  }
}

Last updated