MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / afterAllSetup

Function afterAllSetup

packages/vue/src/browserTracingIntegration.ts:64–72  ·  view source on GitHub ↗
(client)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 2

instrumentVueRouterFunction · 0.90
afterAllSetupMethod · 0.65

Tested by

no test coverage detected