Skip to content

Commit 6f99293

Browse files
committed
minor style
1 parent 19353f1 commit 6f99293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/reactrouter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ export function withSentryRouting<P extends Record<string, any>, R extends React
227227
const WrappedRoute: React.FC<P> = (props: P) => {
228228
if (props && props.computedMatch && props.computedMatch.isExact) {
229229
const route = props.computedMatch.path;
230-
231230
const activeRootSpan = getActiveRootSpan();
232231

233232
getCurrentScope().setTransactionName(route);

0 commit comments

Comments
 (0)