Skip to content

Fix Nuxt error tracking docs URLs#155

Merged
marandaneto merged 1 commit into
mainfrom
chore/update-nuxt-error-tracking-docs
May 27, 2026
Merged

Fix Nuxt error tracking docs URLs#155
marandaneto merged 1 commit into
mainfrom
chore/update-nuxt-error-tracking-docs

Conversation

@marandaneto
Copy link
Copy Markdown
Member

Problem

The build was failing because the Nuxt error-tracking docs URL returned 404:

https://posthog.com/docs/error-tracking/installation/nuxt.md

PostHog docs now split this content across Nuxt 3.7+ and Nuxt 3.6 pages.

Changes

  • Replaced the removed Nuxt error-tracking docs URL in the Nuxt-specific error-tracking skill config.
  • Replaced the same removed URL in the omnibus error-tracking skill config.
  • Included both current Nuxt docs pages:
    • https://posthog.com/docs/error-tracking/installation/nuxt-3-7.md
    • https://posthog.com/docs/error-tracking/installation/nuxt-3-6.md

Checklist

  • pnpm build
  • pnpm test
  • bash scripts/scan-prompt-injection.sh dist/skills
  • bash scripts/lint-env-naming.sh (exits 0; prints existing PHP env-var warnings)

@github-actions
Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci misc
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci misc/quack-quack
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

@marandaneto marandaneto requested review from a team May 27, 2026 15:44
@marandaneto marandaneto merged commit 2f83060 into main May 27, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants