v0log intelligence

Observability for people who read logs.

Keep your existing Python logging. Add two lines. Sentry turns raw noise into a clear dashboard: service health, anomalies, and concrete next actions.

2-line setuppython-nativeno agentsno yaml
View on GitHub
Live
health stream
Fast
root-cause hints
Clean
structured outputs
app/main.py
connected
# install once\npip install sentry-logger\n\n# init\nfrom sentry_logger import init\ninit()\n\n# your logs stay the same\nimport logging\nlogging.error("payment gateway timeout")\n
healthlast 30s
authstable
paymentsdegraded
webstable
anomaly: spikes in gateway timeouts
hint: check upstream latency + retries
service monitoring

Per-service health, risk, and drift without changing your logging style.

ask your logs

Query incidents in plain language and get concise, actionable answers.

features

Designed like tooling, not marketing.

Live health, grounded in evidence
risk scores, error rates, drift
realtime

Stay ahead of outages. Sentry surfaces changes in behavior early and points to the logs that justify it.

auth
+0.2
payments
+2.8
web
+0.1
Service boundaries
no agent, no new format

Track each microservice separately. Compare baselines, spot regressions, and route incidents faster.

per-service streamsseverity mappingalerts
Ask your logs
fast incident recall

"Why is auth failing?" becomes a short answer plus the exact log lines that support it.

Risk alerts
catch the trend

Get notified when a service shifts from stable to suspicious, before users report it.

SDK stays out of your way
small surface area

No new logging calls. No invasive instrumentation. Keep control of your code.

how it works

Three steps. No ceremony.

01
Install

One dependency. No agents.

3 min
pip install sentry-logger
02
Link

CLI authenticates and provisions keys.

3 min
sentry-logger init --app-name "my-api"
03
Init

Two lines at startup.

3 min
from sentry_logger import init
init()
free for personal use

Get signal. Keep your stack.

Sign in with Google, connect your first app, and see health summaries immediately.

Star on GitHub