Skip to content

Commit 6f3c55b

Browse files
committed
ref: Rename file to react router v3
1 parent 9428c9a commit 6f3c55b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export * from '@sentry/browser';
2626
export { Profiler, withProfiler, useProfiler } from './profiler';
2727
export { ErrorBoundary, withErrorBoundary } from './errorboundary';
2828
export { createReduxEnhancer } from './redux';
29-
export { reactRouterV3Instrumentation } from './reactrouter';
29+
export { reactRouterV3Instrumentation } from './reactrouterv3';
3030

3131
createReactEventProcessor();

packages/react/test/reactrouterv3.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { render } from '@testing-library/react';
22
import * as React from 'react';
33
import { createMemoryHistory, createRoutes, IndexRoute, match, Route, Router } from 'react-router-3';
44

5-
import { Match, reactRouterV3Instrumentation, Route as RouteType } from '../src/reactrouter';
5+
import { Match, reactRouterV3Instrumentation, Route as RouteType } from '../src/reactrouterv3';
66

77
// Have to manually set types because we are using package-alias
88
declare module 'react-router-3' {

0 commit comments

Comments
 (0)