Show App Events extension status in dev sessions - #8319
Open
Barefoot0 wants to merge 1 commit into
Open
Conversation
Assisted-By: devx/b10cb676-29cc-4a4f-8b91-853b8aa9b5a7
Barefoot0
force-pushed
the
analytics-app-events-cli-output
branch
from
August 12, 2026 20:48
c1a3460 to
07a4568
Compare
Barefoot0
marked this pull request as ready for review
August 13, 2026 12:53
Contributor
Author
Contributor
|
/snapit |
Contributor
|
🫰✨ Thanks @isaacroldan! Your snapshot has been published to npm. Test the snapshot by installing your package globally: pnpm i -g --@shopify:registry=https://registry.npmjs.org @shopify/cli@0.0.0-snapshot-20260814142720Caution After installing, validate the version by running |
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.

TL;DR
Show
analytics_app_events Extension loadedafter Shopify CLI successfully creates or updates a dev session containing an Analytics App Events extension.Context
analytics_app_eventsis currently a remote-only extension specification. Shopify CLI includes its TOML configuration in the dev-session flow, but the extension has neither client build steps nor agetDevSessionUpdateMessageshook, so it is silent afterReady.Changes
analytics_app_eventsspecification that returnsExtension loadedthrough the existing dev-session message hook.