Conversation
Add an App Analytics section to the docs: getting started, using it with AppKit, the events it records, the API reference, and the architecture, including a reference relay for apps built without AppKit. The server plugin page documents POST /_analytics/v1/logs and the appAnalytics option. The analytics plugin page notes that it is a different feature from App Analytics. Co-authored-by: Isaac <no-reply@databricks.com> Signed-off-by: ditadi <victordperd@gmail.com>
ditadi
added this pull request to stack #616
September 26, 2026 21:42
This branch has not been deployed
This file contains hidden or 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
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.
Why the change
App Analytics now spans an SDK, a server relay, appkit-ui exports, and an auto-start script, so this adds one docs section that explains it as a whole, both for AppKit apps and for apps built without AppKit.
Special things to note
architecture.mdincludes a reference relay for apps built without AppKit. It mirrors the behavior of the built-in relay from feat(appkit): relay App Analytics records to the OTel Collector #612: size and content-type limits, the204when telemetry is off, and the Collector's status passed back.Change outline
This pull request and its description were written by Isaac.