Two facts that shape this entire guide:
  1. Sentry has no subscription mechanism. No endpoint, no tool, no concept. Watches are configured server-side and read by polling.
  2. On a master checkout the sentry module is absent, so all three tools return module_absent.

What Sentry watches

The control plane, not the price: mint authority, upgrade admin, freeze capability, ownership. Chains: ethereum, base, bsc, solana.

1. Confirm what is monitored

An empty list means nothing is being watched — not that nothing has changed.

2. Establish a baseline

A change event only means something relative to a baseline that was actually captured. A subject with no prior snapshot has no history, and “no changes recorded” for it is not a statement about stability.

3. Poll for changes

4. Build delivery yourself

Since nothing pushes, delivery is your loop:
The alert_ops branch is the one that matters. A monitoring loop that silently returns when the module is absent is a loop that reports “all clear” forever while watching nothing.Alert on the monitor being down at least as loudly as on a change it detects.

5. Dispatch to a chat surface

The workspace API pushes to a connected chat client:
1

Connect a destination

Also available for discord and teams. See Slack.
2

Test it

Confirm delivery before relying on it — a misconfigured destination fails silently at exactly the wrong time.
3

Dispatch

This is one-way into a chat client. It will not call an arbitrary URL of yours — there are no webhooks. See Webhooks.

Alert design

Alert on the monitor, not only the subject

“Sentry has not reported in 30 minutes” is a more urgent alert than most authority changes.

Rate-limit your poll

100 calls/minute across all tiers. A loop over 200 watches at 60s intervals exceeds it.

Alternative: dashboard alert rules

For price and signal conditions rather than authority changes, the dashboard has its own alert path:
Free tier alerts are delayed 15 minutes; Pro is real-time. See Pricing.
Scienter publishes impersonal market signals of general and regular circulation. Nothing here is investment, legal, or tax advice, or a recommendation to buy, sell, or hold any asset. Scienter is not a registered investment adviser or broker-dealer. Trading digital assets can result in the total loss of your funds — see Disclaimers for the full text.