Stack trace classification — Magento / Adobe Commerce
Stack trace classification — Magento / Adobe Commerce
Merchant code (fixable)
pub/static/frontend/[Vendor]/[ThemeName]/— merchant's custom themeapp/design/frontend/[Vendor]/[ThemeName]/— theme source files- Custom modules in
app/code/[Vendor]/— merchant or agency-built modules
Platform code (not fixable by merchant)
pub/static/frontend/Magento/— Magento core frontend moduleslib/web/— Magento core JS librariespub/static/adminhtml/— admin panel codevendor/magento/— Magento core (Composer-installed)
Vendor code (share with vendor)
vendor/[ThirdParty]/— third-party extensions installed via Composer- Any external CDN scripts not matching the store domain
Telemetry (discard)
Analytics, pixel, and beacon scripts — non-actionable, discard silently:
connect.facebook.net/— Meta Pixelwww.google-analytics.com/— Google Analyticscdn.heapanalytics.com/— Heapjs.posthog.com/— PostHogsnap.licdn.com/— LinkedIn Insight Tagsc-static.net/— Snapchat Pixelbat.bing.com/— Microsoft/Bing Adscdn.segment.com/— Segmentcdn.amplitude.com/— Amplitudeanalytics.tiktok.com/— TikTok Pixelomtrdc.net/— Adobe Analytics (common on Adobe Commerce)demdex.net/— Adobe Audience Manager
HTTP errors without JS stack traces
Any 4XX or 5XX error with no JavaScript stack trace is classified as Platform and discarded. On Magento this is typically access control (403), rate limiting (429), or missing static assets (404).