(client)
| 62 | return { |
| 63 | ...integration, |
| 64 | afterAllSetup(client) { |
| 65 | integration.afterAllSetup(client); |
| 66 | |
| 67 | const startNavigationSpan = (options: StartSpanOptions): void => { |
| 68 | startBrowserTracingNavigationSpan(client, options); |
| 69 | }; |
| 70 | |
| 71 | instrumentVueRouter(router, { routeLabel, instrumentNavigation, instrumentPageLoad }, startNavigationSpan); |
| 72 | }, |
| 73 | }; |
| 74 | } |
nothing calls this directly
no test coverage detected