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
Suggestion:
extension Telemetry { enum Key { enum ScreenView: String { case dh, dp, dt, pageview } enum Session: String { case sc, dp, start, end, session } enum Exception: String { case exd, exf, exception } enum Timing: String { case utc, utv, utl, utt, timing } enum Event: String { case ec, ea, el, event } enum Meta: String { case tid, aid, cid, an, av, ua, ul, sr, v } enum Other: String { case aip, t } }
Also add descriptions and comments etc?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggestion:
Also add descriptions and comments etc?
The text was updated successfully, but these errors were encountered: