Skip to content

Commit

Permalink
Add RUM task link for telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
louiszawadzki committed Sep 27, 2023
1 parent 1b20616 commit 10af167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-native-apollo-client/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const getVariables = (operation: Operation): string | null => {
try {
return JSON.stringify(operation.variables);
} catch (e) {
// TODO: telemetry
// TODO RUM-1206: telemetry
return null;
}
}
Expand Down Expand Up @@ -48,7 +48,7 @@ export const getOperationType = (
})[0] || null
);
} catch (e) {
// TODO: telemetry
// TODO RUM-1206: telemetry
return null;
}
};

0 comments on commit 10af167

Please sign in to comment.