Skip to content

Commit

Permalink
add comment about fullstory
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Oct 10, 2024
1 parent 46d7eda commit 95f8e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/Fullstory/index.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const FS = {
init: () => {
Environment.getEnvironment().then((envName: string) => {
// We only want to start fullstory if the app is running in production
// Since we don't use it in other environments, it is also disabled in build.gradle to speed up Android build times
// See https://github.com/Expensify/App/pull/50206 for more information
if (envName !== CONST.ENVIRONMENT.PRODUCTION) {
return;
}
Expand Down

0 comments on commit 95f8e31

Please sign in to comment.