-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add tracking for retire events #1596
Merged
wgwz
merged 1 commit into
kyle/1341-improving-tracking-metadata
from
kyle/1389-retirement-tracking
Nov 28, 2022
Merged
feat: add tracking for retire events #1596
wgwz
merged 1 commit into
kyle/1341-improving-tracking-metadata
from
kyle/1389-retirement-tracking
Nov 28, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flagrede
approved these changes
Nov 23, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good !
victordelval
approved these changes
Nov 23, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
wgwz
added a commit
that referenced
this pull request
Nov 28, 2022
* chore: enable analytics in deploy preview environment * fix: improve login track event for reliable address metadata * Revert "fix: improve login track event for reliable address metadata" This reverts commit 7726985. * WIP: implement login event tracking with useEffect in wallet button * Revert "WIP: implement login event tracking with useEffect in wallet button" This reverts commit e60e213. * Revert "Revert "fix: improve login track event for reliable address metadata"" This reverts commit 736b14d. * feat: improve the metadata for the buy2 event * fix: use the correct name for the login tracking event * feat: create tracker module, useTracker hook and module for analytics events types * fix: add type to login event * fix: send credit class id more reliably in buy1 event * fix: favor more reliable project id for buy2 event metadata * feat: improve the type safety of the track function * fix: use useCallback for tracker, improve buySuccess and buyFailure events * feat: add sell1 and send1 event metadata * feat: add metadata to sell2, sellSuccess and sellFailure events * feat: clean up metadata for send1, send2, sendSuccess and sendFailure * chore: dedupe tracker module types by extending interfaces * chore: remove console.log statement * fix: add project.name in buy metadata * fix: clean up after rebasing * fix: use UTC for login event timestamp * chore: rename classIdName and classIdUrl * fix: apply linting rules to finalizeConnection * fix: reduce number of find calls for send credit onError/onSuccess callbacks * chore: disable analytics in deploy previews * feat: add tracking for retire events (#1596)
mergify bot
pushed a commit
that referenced
this pull request
Nov 28, 2022
* chore: enable analytics in deploy preview environment * fix: improve login track event for reliable address metadata * Revert "fix: improve login track event for reliable address metadata" This reverts commit 7726985. * WIP: implement login event tracking with useEffect in wallet button * Revert "WIP: implement login event tracking with useEffect in wallet button" This reverts commit e60e213. * Revert "Revert "fix: improve login track event for reliable address metadata"" This reverts commit 736b14d. * feat: improve the metadata for the buy2 event * fix: use the correct name for the login tracking event * feat: create tracker module, useTracker hook and module for analytics events types * fix: add type to login event * fix: send credit class id more reliably in buy1 event * fix: favor more reliable project id for buy2 event metadata * feat: improve the type safety of the track function * fix: use useCallback for tracker, improve buySuccess and buyFailure events * feat: add sell1 and send1 event metadata * feat: add metadata to sell2, sellSuccess and sellFailure events * feat: clean up metadata for send1, send2, sendSuccess and sendFailure * chore: dedupe tracker module types by extending interfaces * chore: remove console.log statement * fix: add project.name in buy metadata * fix: clean up after rebasing * fix: use UTC for login event timestamp * chore: rename classIdName and classIdUrl * fix: apply linting rules to finalizeConnection * fix: reduce number of find calls for send credit onError/onSuccess callbacks * chore: disable analytics in deploy previews * feat: add tracking for retire events (#1596) (cherry picked from commit d48e81d)
mergify bot
pushed a commit
that referenced
this pull request
Nov 28, 2022
* chore: enable analytics in deploy preview environment * fix: improve login track event for reliable address metadata * Revert "fix: improve login track event for reliable address metadata" This reverts commit 7726985. * WIP: implement login event tracking with useEffect in wallet button * Revert "WIP: implement login event tracking with useEffect in wallet button" This reverts commit e60e213. * Revert "Revert "fix: improve login track event for reliable address metadata"" This reverts commit 736b14d. * feat: improve the metadata for the buy2 event * fix: use the correct name for the login tracking event * feat: create tracker module, useTracker hook and module for analytics events types * fix: add type to login event * fix: send credit class id more reliably in buy1 event * fix: favor more reliable project id for buy2 event metadata * feat: improve the type safety of the track function * fix: use useCallback for tracker, improve buySuccess and buyFailure events * feat: add sell1 and send1 event metadata * feat: add metadata to sell2, sellSuccess and sellFailure events * feat: clean up metadata for send1, send2, sendSuccess and sendFailure * chore: dedupe tracker module types by extending interfaces * chore: remove console.log statement * fix: add project.name in buy metadata * fix: clean up after rebasing * fix: use UTC for login event timestamp * chore: rename classIdName and classIdUrl * fix: apply linting rules to finalizeConnection * fix: reduce number of find calls for send credit onError/onSuccess callbacks * chore: disable analytics in deploy previews * feat: add tracking for retire events (#1596) (cherry picked from commit d48e81d)
mergify bot
pushed a commit
that referenced
this pull request
Nov 28, 2022
* chore: enable analytics in deploy preview environment * fix: improve login track event for reliable address metadata * Revert "fix: improve login track event for reliable address metadata" This reverts commit 7726985. * WIP: implement login event tracking with useEffect in wallet button * Revert "WIP: implement login event tracking with useEffect in wallet button" This reverts commit e60e213. * Revert "Revert "fix: improve login track event for reliable address metadata"" This reverts commit 736b14d. * feat: improve the metadata for the buy2 event * fix: use the correct name for the login tracking event * feat: create tracker module, useTracker hook and module for analytics events types * fix: add type to login event * fix: send credit class id more reliably in buy1 event * fix: favor more reliable project id for buy2 event metadata * feat: improve the type safety of the track function * fix: use useCallback for tracker, improve buySuccess and buyFailure events * feat: add sell1 and send1 event metadata * feat: add metadata to sell2, sellSuccess and sellFailure events * feat: clean up metadata for send1, send2, sendSuccess and sendFailure * chore: dedupe tracker module types by extending interfaces * chore: remove console.log statement * fix: add project.name in buy metadata * fix: clean up after rebasing * fix: use UTC for login event timestamp * chore: rename classIdName and classIdUrl * fix: apply linting rules to finalizeConnection * fix: reduce number of find calls for send credit onError/onSuccess callbacks * chore: disable analytics in deploy previews * feat: add tracking for retire events (#1596) (cherry picked from commit d48e81d)
wgwz
added a commit
that referenced
this pull request
Nov 28, 2022
…1614) * chore: enable analytics in deploy preview environment * fix: improve login track event for reliable address metadata * Revert "fix: improve login track event for reliable address metadata" This reverts commit 7726985. * WIP: implement login event tracking with useEffect in wallet button * Revert "WIP: implement login event tracking with useEffect in wallet button" This reverts commit e60e213. * Revert "Revert "fix: improve login track event for reliable address metadata"" This reverts commit 736b14d. * feat: improve the metadata for the buy2 event * fix: use the correct name for the login tracking event * feat: create tracker module, useTracker hook and module for analytics events types * fix: add type to login event * fix: send credit class id more reliably in buy1 event * fix: favor more reliable project id for buy2 event metadata * feat: improve the type safety of the track function * fix: use useCallback for tracker, improve buySuccess and buyFailure events * feat: add sell1 and send1 event metadata * feat: add metadata to sell2, sellSuccess and sellFailure events * feat: clean up metadata for send1, send2, sendSuccess and sendFailure * chore: dedupe tracker module types by extending interfaces * chore: remove console.log statement * fix: add project.name in buy metadata * fix: clean up after rebasing * fix: use UTC for login event timestamp * chore: rename classIdName and classIdUrl * fix: apply linting rules to finalizeConnection * fix: reduce number of find calls for send credit onError/onSuccess callbacks * chore: disable analytics in deploy previews * feat: add tracking for retire events (#1596) (cherry picked from commit d48e81d) Co-authored-by: Kyle Lawlor-Bagcal <[email protected]>
wgwz
added a commit
that referenced
this pull request
Nov 28, 2022
…1615) * chore: enable analytics in deploy preview environment * fix: improve login track event for reliable address metadata * Revert "fix: improve login track event for reliable address metadata" This reverts commit 7726985. * WIP: implement login event tracking with useEffect in wallet button * Revert "WIP: implement login event tracking with useEffect in wallet button" This reverts commit e60e213. * Revert "Revert "fix: improve login track event for reliable address metadata"" This reverts commit 736b14d. * feat: improve the metadata for the buy2 event * fix: use the correct name for the login tracking event * feat: create tracker module, useTracker hook and module for analytics events types * fix: add type to login event * fix: send credit class id more reliably in buy1 event * fix: favor more reliable project id for buy2 event metadata * feat: improve the type safety of the track function * fix: use useCallback for tracker, improve buySuccess and buyFailure events * feat: add sell1 and send1 event metadata * feat: add metadata to sell2, sellSuccess and sellFailure events * feat: clean up metadata for send1, send2, sendSuccess and sendFailure * chore: dedupe tracker module types by extending interfaces * chore: remove console.log statement * fix: add project.name in buy metadata * fix: clean up after rebasing * fix: use UTC for login event timestamp * chore: rename classIdName and classIdUrl * fix: apply linting rules to finalizeConnection * fix: reduce number of find calls for send credit onError/onSuccess callbacks * chore: disable analytics in deploy previews * feat: add tracking for retire events (#1596) (cherry picked from commit d48e81d) Co-authored-by: Kyle Lawlor-Bagcal <[email protected]>
wgwz
added a commit
that referenced
this pull request
Nov 28, 2022
…1616) * chore: enable analytics in deploy preview environment * fix: improve login track event for reliable address metadata * Revert "fix: improve login track event for reliable address metadata" This reverts commit 7726985. * WIP: implement login event tracking with useEffect in wallet button * Revert "WIP: implement login event tracking with useEffect in wallet button" This reverts commit e60e213. * Revert "Revert "fix: improve login track event for reliable address metadata"" This reverts commit 736b14d. * feat: improve the metadata for the buy2 event * fix: use the correct name for the login tracking event * feat: create tracker module, useTracker hook and module for analytics events types * fix: add type to login event * fix: send credit class id more reliably in buy1 event * fix: favor more reliable project id for buy2 event metadata * feat: improve the type safety of the track function * fix: use useCallback for tracker, improve buySuccess and buyFailure events * feat: add sell1 and send1 event metadata * feat: add metadata to sell2, sellSuccess and sellFailure events * feat: clean up metadata for send1, send2, sendSuccess and sendFailure * chore: dedupe tracker module types by extending interfaces * chore: remove console.log statement * fix: add project.name in buy metadata * fix: clean up after rebasing * fix: use UTC for login event timestamp * chore: rename classIdName and classIdUrl * fix: apply linting rules to finalizeConnection * fix: reduce number of find calls for send credit onError/onSuccess callbacks * chore: disable analytics in deploy previews * feat: add tracking for retire events (#1596) (cherry picked from commit d48e81d) Co-authored-by: Kyle Lawlor-Bagcal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Closes: regen-network/rnd-dev-team#1389
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
redwood
,hambach
and optionallymaster
(see below)Setting up backport PRs
After merging your PR to
dev
, set up backports by doing the following:your PR:
@Mergifyio backport redwood hambach
.@Mergifyio backport redwood hambach master
.If your branch does have merge commits:
a. Pull latest
dev
,hambach
andredwood
branchesb. Create new branches for backports and merge
dev
(replace<PR#>
with your PR #)c. Open new PRs in regen-web targeting
hambach
andredwood
, respectively.d. If PR is a bug fix repeat the same process for
master
branch.How to test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...