Add Noibu v1.0.0#41
Open
babik-byte wants to merge 27 commits into
Open
Conversation
Adds the Noibu analytics extension as a commerce app under analytics/noibu/commerce-noibu-app-v1.0.0, including the storefront-next extension, adapter, provider, locale translations, and tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Development docs now live alongside the extension source. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add merchant-facing README.md to CAP - Add taskKey fields to tasksList.json - Add catalog.json with INIT values - Add noibu entry to manifest.json (sha256 pending packaging) - Add noibu translations to all 13 locale files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds noibu-v1.0.0.zip and updates manifest with SHA256 hash. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Renames ZIP root from commerce-noibu-app-v1.0.0 to noibu-v1.0.0 to match
CLI convention ({id}-v{version}). Also adds link field to tasksList.json
entries and updates SHA256 in manifest.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…vention Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updated ZIP includes the CSP whitelisting step added to tasksList.json. SHA256 updated in manifest accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jbisaSF
reviewed
Jun 25, 2026
jbisaSF
reviewed
Jun 25, 2026
Remove Noibu-fork-specific comment that was added in error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Translate description into all 12 supported locales: de, es, fr, it, ja, ko, nl, pl, pt, ar_MA, zh_CN, zh_TW Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Translate description into all 12 supported locales: de, es, fr, it, ja, ko, nl, pl, pt, ar_MA, zh_CN, zh_TW Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- noibu-adapter: checkout_completed now fires on order confirmation page with checkout.order.id from URL and basket data from PLACE_ORDER step - noibu-provider: sets localStorage n_platform=1 on mount Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jbisaSF
reviewed
Jul 2, 2026
- Gate script injection and adapter registration on the 'analytics'
consent category; no Noibu code loads pre-consent
- Disable the integration when localStorage is unavailable (NoibuJS
requires it) instead of throwing during provider setup
- Auto-clean noibuSDKReady listeners ({ once: true }) and log rejected
track() results
- Drop stale pendingCheckout snapshot when the shopper leaves checkout
without completing the order
- Document the intentional step-to-event mapping offset
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jbisaSF
approved these changes
Jul 2, 2026
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.
Commerce App Submission
App Name: noibu
Display Name: Noibu
Domain: analytics
Version: 1.0.0
Changes
Files Modified
commerce-apps-manifest/manifest.json- Added Noibu entry (after custom-analytics)commerce-apps-manifest/translations/en-US.json- Added Noibu translationsanalytics/noibu/noibu-v1.0.0.zip- App packageanalytics/noibu/catalog.json- New app catalog (INIT values)Description
Noibu is a session monitoring and ecommerce error detection platform. This Commerce App loads the Noibu script (
collect-core.js) on every Storefront Next page via a context provider, enabling Noibu to capture session data and surface revenue-impacting bugs.Checklist
analytics/noibu/wherenoibumatches manifest idnoibu-v1.0.0.zipicons/noibu.pngmatches manifesticonNamecommerce-apps-manifest/translations/en-US.jsoncatalog.jsonincluded (INIT values)commerce-noibu-app-v1.0.0//validate-appTesting
b2c cap install analytics/noibu/noibu-v1.0.0.zip --site-id site3against zysb-001 sandbox — install completed successfully.