Skip to content

chore(chat): add analytics to track sent cash and message (success/failures)#1013

Merged
bmc08gt merged 1 commit into
code/cashfrom
chore/chat-analytics
Jun 29, 2026
Merged

chore(chat): add analytics to track sent cash and message (success/failures)#1013
bmc08gt merged 1 commit into
code/cashfrom
chore/chat-analytics

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

…ilures)

Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
@bmc08gt bmc08gt self-assigned this Jun 29, 2026
@github-actions github-actions Bot added the type: chore Maintenance, config, CI/CD label Jun 29, 2026
data class SentMessage(
val error: Throwable? = null
): ChatEvent {
override val name = "Sent Message"

@raulriera raulriera Jun 29, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we using Send: {something} we normally have a prefix. Regardless of my previous message, I need to track messages still

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

transfers dont have a prefix as of today; deeplinks and onramps do

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in that case I need to change mine regardless

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think we just need to agree on a standard; could be me that needs to update

@bmc08gt bmc08gt merged commit dee7842 into code/cash Jun 29, 2026
3 checks passed
@bmc08gt bmc08gt deleted the chore/chat-analytics branch June 29, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance, config, CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants