feature flags

This commit is contained in:
2026-01-07 22:05:53 +01:00
parent 1b63fa646c
commit 606b64cec7
530 changed files with 2092 additions and 2943 deletions

View File

@@ -35,7 +35,6 @@ export interface ReplayContext {
}>;
metadata: {
mode: string;
appMode: string;
timestamp: string;
replayId: string;
};
@@ -85,7 +84,6 @@ export class ErrorReplaySystem {
})) || [],
metadata: {
mode: process.env.NODE_ENV || 'unknown',
appMode: process.env.NEXT_PUBLIC_GRIDPILOT_MODE || 'pre-launch',
timestamp: new Date().toISOString(),
replayId,
},
@@ -272,7 +270,6 @@ REACT ERRORS (${replay.reactErrors.length})
METADATA
--------
Mode: ${replay.metadata.mode}
App Mode: ${replay.metadata.appMode}
Original Timestamp: ${replay.metadata.timestamp}
`;
}