Skip to content
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
809b2b8
ref(react): Add more guarding against leftover wildcards in lazy rout…
onurtemizkan Nov 11, 2025
3f10bf6
Fix lockfile
onurtemizkan Nov 11, 2025
efb5a74
Add configurable lazy route timeout and fix url paths
onurtemizkan Nov 11, 2025
0bb2bc4
Optimize for bundle size
onurtemizkan Nov 11, 2025
97bb7cc
Do not downgrade from wildcard route to unparameterized route
onurtemizkan Nov 12, 2025
c58396a
Update packages/react/src/reactrouter-compat-utils/instrumentation.tsx
onurtemizkan Nov 13, 2025
1a7df52
Address review comments
onurtemizkan Nov 13, 2025
7966e3f
Address copilot review
onurtemizkan Nov 13, 2025
0a84ffd
Extract all update decision logic to `shouldUpdateWildcardSpanName`
onurtemizkan Nov 14, 2025
d700f3a
Fix duplication
onurtemizkan Nov 17, 2025
be8a668
Prevent stale navigation spans from blocking legitimate navigations
onurtemizkan Nov 17, 2025
f595c94
Fix the debug log.
onurtemizkan Nov 17, 2025
5c0d2f0
Address copilot review
onurtemizkan Nov 17, 2025
66164ac
Utilize passed allRoutes in patched spanEnd
onurtemizkan Nov 17, 2025
d669065
Reduce complexity, cleanup
onurtemizkan Nov 17, 2025
420e93d
Set `__sentry_navigation_name_set__ `
onurtemizkan Nov 17, 2025
15f8719
Add E2E tests
onurtemizkan Nov 20, 2025
a65f1ef
Merge branch 'develop' into onur/more-guarding-against-wildcard-trans…
onurtemizkan Nov 20, 2025
4fdf8d0
Clean up / cover raw to parameterized span ugrades
onurtemizkan Nov 20, 2025
f6c87eb
Capture span end timestamp immediately to avoid lazy route delay
onurtemizkan Nov 20, 2025
1424ee1
Address copilot suggestions.
onurtemizkan Nov 20, 2025
b88f92e
Merge branch 'develop' into onur/more-guarding-against-wildcard-trans…
onurtemizkan Nov 20, 2025
d98579c
Increase the size-limit for react + tracing to 45 KB
onurtemizkan Nov 21, 2025
4beb00c
Merge branch 'develop' into onur/more-guarding-against-wildcard-trans…
onurtemizkan Nov 21, 2025
457624a
Cap `laztRouteTimeout` to `finalTimeout`
onurtemizkan Nov 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/react/src/reactrouter-compat-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export {
pathEndsWithWildcard,
pathIsWildcardAndHasChildren,
getNumberOfUrlSegments,
transactionNameHasWildcard,
} from './utils';

// Lazy route exports
Expand Down
Loading
Loading