feature flags
This commit is contained in:
@@ -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}
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user