Skip to content

v0.73.7

Choose a tag to compare

@rajat1saxena rajat1saxena released this 23 Mar 14:44
· 34 commits to main since this release

What's New

🔔 Posthog Integration in the Queue Service

For observability, we have added Posthog integration to the queue service:

  • Exception handling
  • Logging of key events

To enable it, set the following environment variables for the queue service:

POSTHOG_API_KEY=phc_key

# Optional (default: unknown)
DEPLOY_ENV=your-environment

📬 Reworked Drip Dispatch

Customers have complained in the past about drip sections not working properly, so we have reworked most of the logic to make it more resilient.