Skip to content

Commit

Permalink
Enable execution context tracking for observability
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-saeidi authored Dec 17, 2024
1 parent b22b5b8 commit e23b561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { HideableReactQueryDevTools } from './hideable_react_query_dev_tools';
function App() {
return (
<>
<Routes enableExecutionContextTracking={false}>
<Routes enableExecutionContextTracking={true}>
{Object.keys(routes).map((key) => {
const path = key as keyof typeof routes;
const { handler, exact } = routes[path];
Expand Down

0 comments on commit e23b561

Please sign in to comment.