Skip to content

Commit

Permalink
fix(product-intro): know if someone is onboarding to their first prod…
Browse files Browse the repository at this point in the history
…uct or not (#20742)

know if they are on their first product onboarding or not
  • Loading branch information
raquelmsmith authored Mar 6, 2024
1 parent 23967d8 commit 9aa308f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/src/scenes/sceneLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export const sceneLogic = kea<sceneLogicType>([
posthog.capture('should view onboarding product intro', {
did_view_intro: values.featureFlags[FEATURE_FLAGS.PRODUCT_INTRO_PAGES] === 'test',
product_key: productKeyFromUrl,
is_onboarding_first_product: !teamLogic.values.hasOnboardedAnyProduct,
})
if (values.featureFlags[FEATURE_FLAGS.PRODUCT_INTRO_PAGES] === 'test') {
console.warn(
Expand Down

0 comments on commit 9aa308f

Please sign in to comment.