getsentry / getsentry/sentry-javascript
Extend Auto-instr. of Vercel Crons
還沒有人認領這個 Issue。
- 主要語言
- TypeScript
- 星號
- 8.7k
- 分支
- 1.8k
- 平均合併
- 1 天 18 小時
- 30 天內合併 PR
- 541
描述
### Problem Statement
For NextJS there is a [Sentry config option ](https://docs.sentry.io/platforms/javascript/guides/nextjs/crons/#automatic-check-ins-vercel-only)`automaticVercelMonitors ` to automatically configure Check-in for Vercel Crons. However this functionality in Vercel is not limited to NextJS and could be extended to other platforms
### Solution Brainstorm
Extend this functionality to all platforms which are supported by Vercel Crons and Sentry. Today it is in `next.config.js` so it should at least be agnostic in Webpack, but ideally all plugins, and CLI if possible.
https://vercel.com/docs/cron-jobs
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先追蹤 next.config.js 中現有的 automaticVercelMonitors 實作,並將其與連結的 Vercel 文件中支援的 Vercel Cron 平台進行比較。接著檢查 Webpack 整合、其他外掛程式和 CLI 進入點,以判斷哪些可以共用此功能。完成的標準是:自動 check-in 能在 NextJS 之外的支援平台上運作,並且為每個擴充的整合提供涵蓋。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- nextjs, typescript, webpack
- 領域
- observability-sre, tooling
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100