mirror of
https://github.com/penpot/penpot.git
synced 2026-07-31 10:26:18 +00:00
Implement RPC methods for querying server error reports with pagination and filtering. Add CLI tool (tools/error-reports.mjs) for convenient access with table and JSON output formats. Extract profile-id from audit events and logging context for better error categorization. Build improved HREF using request path when available. AI-assisted-by: qwen3.7-plus
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
# Penpot API configuration for error-reports CLI tool
|
|
PENPOT_API_URI=http://localhost:3450
|
|
PENPOT_ACCESS_TOKEN=your-access-token-here
|