Skip to content

Commit c2d94f1

Browse files
committed
refactor: sentry metadata
1 parent a18a50b commit c2d94f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

renderer/src/routes/__root.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,9 @@ export const Route = createRootRouteWithContext<{
133133
tags: {
134134
component: 'root-route',
135135
phase: 'beforeLoad',
136-
toolhive_running: `${isToolhiveRunning}`,
137-
container_engine_available: `${containerEngineStatus.available}`,
138136
},
139137
extra: {
140-
is_toolhive_running: `${isToolhiveRunning}`,
138+
toolhive_running: `${isToolhiveRunning}`,
141139
toolhive_port: port,
142140
client_base_url: clientConfig.baseUrl,
143141
client_configured: `${!!clientConfig.baseUrl}`,

0 commit comments

Comments
 (0)