Skip to content

Commit

Permalink
starred-plugins removal
Browse files Browse the repository at this point in the history
Summary: A transition period of 2 years should be enough.

Reviewed By: LukeDefeo

Differential Revision: D47053216

fbshipit-source-id: c9f9bfbff82a05942d408b325088095a6069cced
  • Loading branch information
lblasa authored and facebook-github-bot committed Jun 27, 2023
1 parent 05e686d commit cadf5a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions desktop/flipper-ui-core/src/dispatcher/tracking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ export default (store: Store, logger: Logger) => {

Object.entries(state.connections.enabledPlugins).forEach(
([app, plugins]) => {
// TODO: remove "starred-plugns" event in favor of "enabled-plugins" after some transition period
logger.track('usage', 'starred-plugins', {
app,
starredPlugins: plugins,
});
logger.track('usage', 'enabled-plugins', {
app,
enabledPugins: plugins,
Expand Down

0 comments on commit cadf5a3

Please sign in to comment.