Skip to content

Commit

Permalink
docs: replace Shopify internal lib to avoid misunderstanding (#163)
Browse files Browse the repository at this point in the history
* docs: remove Shopify internal lib to avoid misunderstanding

* Update getting-started.md
  • Loading branch information
lopesboa committed Apr 10, 2024
1 parent acb9e58 commit 70b9353
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/fundamentals/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ import {RenderPassReport, PerformanceProfiler} from '@shopify/react-native-perfo
const App = () => {
const onReportPrepared = useCallback((report: RenderPassReport) => {
monorail.produce(convertReportToMonorailObject(report));
// The console shown above is exclusively used for testing purposes.
// It has been designed to be flexible and can be replaced with any analytics library of your choice.
console.log(JSON.stringify(report, null, 2))
}, []);
return (
Expand Down

0 comments on commit 70b9353

Please sign in to comment.