Skip to content

Commit 1c51e24

Browse files
committed
yarn fix
1 parent 004cb11 commit 1c51e24

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

packages/react/src/reactrouter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function reactRouterV5BrowserTracingIntegration(
114114
return undefined;
115115
};
116116

117-
const instrumentation = createReactRouterInstrumentation(history, 'reactrouter_v5', routes, matchPath)
117+
const instrumentation = createReactRouterInstrumentation(history, 'reactrouter_v5', routes, matchPath);
118118

119119
// Now instrument page load & navigation with correct settings
120120
instrumentation(startPageloadCallback, options.instrumentPageLoad, false);

packages/react/test/reactrouterv4.test.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ import { createMemoryHistory } from 'history-4';
1212
import * as React from 'react';
1313
import { Route, Router, Switch, matchPath } from 'react-router-4';
1414

15-
import {
16-
BrowserClient,
17-
reactRouterV4BrowserTracingIntegration,
18-
withSentryRouting,
19-
} from '../src';
15+
import { BrowserClient, reactRouterV4BrowserTracingIntegration, withSentryRouting } from '../src';
2016
import type { RouteConfig } from '../src/reactrouter';
2117

2218
const mockStartBrowserTracingPageLoadSpan = jest.fn();

packages/react/test/reactrouterv5.test.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ import { createMemoryHistory } from 'history-4';
1212
import * as React from 'react';
1313
import { Route, Router, Switch, matchPath } from 'react-router-5';
1414

15-
import {
16-
BrowserClient,
17-
reactRouterV5BrowserTracingIntegration,
18-
withSentryRouting,
19-
} from '../src';
15+
import { BrowserClient, reactRouterV5BrowserTracingIntegration, withSentryRouting } from '../src';
2016
import type { RouteConfig } from '../src/reactrouter';
2117

2218
const mockStartBrowserTracingPageLoadSpan = jest.fn();

packages/react/test/reactrouterv6.4.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
RouterProvider,
1515
createMemoryRouter,
1616
createRoutesFromChildren,
17-
matchPath,
1817
matchRoutes,
1918
useLocation,
2019
useNavigationType,

0 commit comments

Comments
 (0)