Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes Honeycomb as a subprocessor and improves the subprocessor list table with better formatting and a more comprehensive platform breakdown. The changes include removing Honeycomb environment variables and configuration, consolidating the subprocessor table into a single unified view showing availability across different platforms (Web, Browser Extension, Desktop), and updating the last modified date to January 4, 2026.
Key changes:
- Removed Honeycomb environment configuration and production settings
- Refactored subprocessor table from two separate tables to one consolidated table with platform columns
- Enhanced subprocessor descriptions and added visual icons for optional/required status
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| libs/api-config/src/lib/env-config.ts | Removed Honeycomb-related environment variables (HONEYCOMB_ENABLED and HONEYCOMB_API_KEY) |
| apps/landing/pages/subprocessors/index.tsx | Removed Honeycomb entry, restructured table to show platform availability with visual icons, improved descriptions, and added sorting |
| apps/landing/components/LastUpdated.tsx | Added 2026 to the accepted year values |
| apps/api/.env.production | Removed HONEYCOMB_ENABLED configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4f50a5e to
d35c7cf
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 15 out of 15 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d35c7cf to
4d89ecd
Compare
Remove honeycomb
Improve table layout and formatting