{"id":13581436,"url":"https://github.com/getsentry/spotlight","last_synced_at":"2026-03-18T01:25:45.378Z","repository":{"id":190697367,"uuid":"681331591","full_name":"getsentry/spotlight","owner":"getsentry","description":"Sentry for Development","archived":false,"fork":false,"pushed_at":"2026-03-16T09:28:01.000Z","size":15912,"stargazers_count":573,"open_issues_count":45,"forks_count":32,"subscribers_count":34,"default_branch":"main","last_synced_at":"2026-03-16T20:16:24.993Z","etag":null,"topics":["debugging","debugging-tool","tag-production"],"latest_commit_sha":null,"homepage":"https://spotlightjs.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getsentry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]}},"created_at":"2023-08-21T19:23:52.000Z","updated_at":"2026-03-16T09:28:06.000Z","dependencies_parsed_at":"2023-09-24T03:03:40.547Z","dependency_job_id":"d1686d19-b9d6-408a-b3db-96e43b72417d","html_url":"https://github.com/getsentry/spotlight","commit_stats":{"total_commits":729,"total_committers":27,"mean_commits":27.0,"dds":0.7736625514403292,"last_synced_commit":"9d7ad6148f5b31de54c1eda222a83acdabe767c6"},"previous_names":["getsentry/hackweek-2023-spotlight","getsentry/spotlight"],"tags_count":383,"template":false,"template_full_name":null,"purl":"pkg:github/getsentry/spotlight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fspotlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fspotlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fspotlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fspotlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/spotlight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fspotlight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30639699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T00:09:27.587Z","status":"ssl_error","status_checked_at":"2026-03-18T00:09:26.123Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging","debugging-tool","tag-production"],"created_at":"2024-08-01T15:02:01.661Z","updated_at":"2026-03-18T01:25:45.371Z","avatar_url":"https://github.com/getsentry.png","language":"TypeScript","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://blog.sentry.io/sentry-for-development/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/getsentry/spotlight/main/.github/spotlight-hero-v2.jpg?utm_source=github\u0026utm_medium=logo\" alt=\"Spotlight\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eFor more information, \u003ca href=\"https://spotlightjs.com/docs/getting-started/\"\u003esee our documentation.\u003c/a\u003e\u003c/strong\u003e\n\u003c/p\u003e\n\n# What's Spotlight? [![npm version](https://img.shields.io/npm/v/@spotlightjs/spotlight.svg)](https://www.npmjs.com/package/@spotlightjs/spotlight)\n\nSpotlight is Sentry for Development. Debuggability elevated. Spotlight brings rich observability into development environments by leveraging the power of Sentry's SDKs, giving you real-time insights into errors, performance, and logs—essential for modern development and AI-assisted coding workflows.\n\n## What You Can Do\n\n- View real-time errors, traces, logs, and performance data from your applications\n- Monitor multiple projects simultaneously in one place\n- Stream and tail events with various output formats (human, logfmt, json, markdown)\n- Run commands with automatic Spotlight integration\n- Integrate with AI coding assistants via MCP server, giving AI tools direct access to your application's telemetry for smarter debugging and development\n\n## How to Use Spotlight\n\nSpotlight offers two main ways to work with your development telemetry:\n\n**Electron App (macOS)**: Download the standalone desktop application for a native experience.\n\n**CLI** (`npx @spotlightjs/spotlight`): Run the command-line tool with multiple modes:\n- Default mode starts a web UI server for viewing telemetry in your browser\n- `spotlight tail [types...]` - stream events (errors, traces, logs, attachments) to your terminal with multiple formatters\n- `spotlight run \u003ccommand\u003e` - run your application with Spotlight automatically configured\n- `spotlight mcp` - start the MCP server for AI tool integration (stdio + HTTP)\n\n## How It Works\n\nSpotlight uses Sentry SDKs to capture telemetry data and sends it to the Sidecar, a local proxy server running on your machine. The Sidecar processes these events and forwards them to the UI, where you can view everything in real-time via the web interface or stream output to your terminal. Spotlight works standalone or alongside your existing Sentry setup without interference.\n\n## Links\n\n- [![Documentation](https://img.shields.io/badge/documentation-spotlight-indigo.svg)](https://spotlightjs.com/about/)\n- [![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/EJjqM3XtXQ)\n- [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry)\n- [![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=getsentry\u0026style=social)](https://twitter.com/intent/follow?screen_name=getsentry)\n\n## Resources\n\n- [Contribute](https://spotlightjs.com/docs/contribute/)\n- [Setup Spotlight](https://spotlightjs.com/docs/getting-started)\n- [Configuration](https://spotlightjs.com/docs/reference/configuration/)\n- [Sidecar](https://spotlightjs.com/docs/sidecar/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fspotlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Fspotlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fspotlight/lists"}