TelegramOptional alert delivery to a Telegram chat you link to your account.
Data flow: Your chat ID and the content of alerts you have routed to Telegram.
Retention: Messages persist in your Telegram chat under Telegram's terms. Unlink the chat in settings to stop delivery.
SentryOptional backend error monitoring. Only active when configured for the deployment.
Data flow: Error and stack-trace data, sent under four redaction settings applied at SDK initialisation. send_default_pii is disabled, so the SDK attaches no user id, IP address or cookies. include_local_variables is disabled, so captured stack frames carry no local variables — this is what keeps prompt and document text out of an error report. max_request_body_size is set to never, so request bodies are not captured at all. And a before_send hook redacts every email address anywhere in the outgoing event, keeping only addresses at the platform's own domain, which are needed to tell one email-delivery failure from another; if that redaction ever fails, the event is dropped rather than sent.
Retention: Subject to the configured Sentry project retention.