We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After PR #4631 is merged, we have pending clean up things to do.
send-status:change
Export this typing out. Need some designs because currently, we don't export any telemetry typings.
type TelemetrySendStatusChangePayload = { clientActivityID?: string; hasAttachment?: 'true' | 'false'; key: string; prevStatus?: 'sending' | 'send failed' | 'sent'; status: 'sending' | 'send failed' | 'sent'; type?: string; };
TELEMETRY.md
Add a section to elaborate about the new send-status:change event.
No response
Related to #4500 and #4631.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
After PR #4631 is merged, we have pending clean up things to do.
Describe the suggestion or request in detail
Exporting
send-status:change
typingExport this typing out. Need some designs because currently, we don't export any telemetry typings.
Clean up
TELEMETRY.md
Add a section to elaborate about the new
send-status:change
event.Describe alternatives you have considered
No response
Additional context
Related to #4500 and #4631.
The text was updated successfully, but these errors were encountered: