# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/h2yd5lq
兼容 sentry 協議的輕量級監控: glitchtip
前言--上一篇文章說了重啓 sentry 的事因爲過程太折騰了,一度想過放棄 sentry 換成其他比較輕量級的開源監控系統這不就給我找到了另外倆個https://glitchtip.com/ https://www.highlight.io/ 這次就來試試這個 glitchtip用了之後才發現,這個也是用 Django 開發的,而且兼容 sentry 協議,連 SDK 都用的 sen ⌘ Read more