• Creates routing instrumentation for Vue Router v2, v3 and v4

    You can optionally pass in an options object with the available option:

    • routeLabel: Set this to route to opt-out of using route.name for transaction names.

    Parameters

    • router: VueRouter

      The Vue Router instance that is used

    • options: Partial<VueRouterInstrumationOptions> = {}

    Returns VueRouterInstrumentation

Generated using TypeDoc