Commit Graph

13 Commits

Author SHA1 Message Date
Chirag Aggarwal c8adafee70 Pass logging DSN directly 2026-04-30 17:56:21 +05:30
Chirag Aggarwal e8b6c9b706 Remove legacy logging provider handling 2026-04-30 17:54:08 +05:30
Chirag Aggarwal a1e1708699 Preserve Sentry DSN path 2026-04-30 17:51:10 +05:30
Chirag Aggarwal 268fef512a Gate pretty span exporter to development 2026-04-30 14:09:05 +05:30
Chirag Aggarwal 15ac0995e6 Validate experimental logging sample rate 2026-04-30 13:10:51 +05:30
Chirag Aggarwal e3b26a4666 Tighten experimental error span sampling 2026-04-30 12:10:40 +05:30
Chirag Aggarwal 0dfe84a56b Document experimental logging config 2026-04-30 11:34:15 +05:30
Chirag Aggarwal 9e9ca86a3c Tighten span logging validation 2026-04-30 11:26:54 +05:30
Chirag Aggarwal 4f28257d8d Use named arguments for experimental logging 2026-04-30 10:47:18 +05:30
Chirag Aggarwal 82235f473f Remove legacy logging variables 2026-04-30 10:36:07 +05:30
Chirag Aggarwal eeea533a26 Remove utopia logger dependency 2026-04-30 10:18:54 +05:30
loks0n 89419344c2 Restore MariaDB defaults, fix remaining timeouts, filter listener span logs
- Change .env defaults back from MongoDB to MariaDB
- Bump all remaining "Load and Start Appwrite" timeouts from 3 to 5 minutes
- Filter listener.* span logs to only export on error

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 23:20:51 +00:00
loks0n a44a22ce04 Update utopia-php/span to 1.1.* with pretty exporter and instrument HTTP lifecycle
- Add utopia-php/span 1.1.* direct dependency, bump utopia-php/dns to 1.6.*
- Create shared app/init/span.php for span storage and pretty exporter setup
- Instrument HTTP request lifecycle with spans (method, path, response code)
- Add database.setup and http.server.start spans
- Replace old Console error logs with Span::error() in general controller

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 13:56:59 +00:00