Reference
Changelog
Per-package changelogs and the release process — versioned with Changesets, published from CI.
nestjs-telescope uses Changesets for versioned releases. Each package maintains its own CHANGELOG.md, and releases are published from CI on merge to main.
Releases
- GitHub releases: github.com/DavideCarvalho/nestjs-telescope/releases
- Per-package changelogs live alongside each package:
packages/<name>/CHANGELOG.mdin the repository.
Release process
# Add a changeset to your PR:
pnpm changeset
# Merge to main — CI opens a "Version Packages" PR automatically.
# Merge that PR — CI publishes to npm in topological order.All packages publish under the @dudousxd/nestjs-telescope* scope.
Configuration
The full TelescopeModule.forRoot() options reference — capture, storage, the gate, retention, alerts, AI, CPU profiling, the MCP server, and overload protection.
Telescope vs NestJS Observe
An honest side-by-side with the official @nestjs/observe SDK and its hosted dashboard — what each one captures, where each one wins, and how to send Telescope entries to Observe.