v4.4.3

triggerdotdev/trigger.devv4.4.3Mar 10, 2026by github-actions[bot]

AI Summary

Adds a dedicated Errors page for tracking failures and environment variable synchronization for Supabase.

Key Highlights

  • New Errors page with error grouping and replay
  • syncSupabaseEnvVars CLI command

New Features

  • Errors page UI
  • Schema viewing sidebar tabs on Test page

Full Release Notes

## Upgrade

```sh
npx trigger.dev@latest update  # npm
pnpm dlx trigger.dev@latest update  # pnpm
yarn dlx trigger.dev@latest update  # yarn
bunx trigger.dev@latest update  # bun
```

Self-hosted Docker image: [`ghcr.io/triggerdotdev/trigger.dev:v4.4.3`](https://github.com/triggerdotdev/trigger.dev/pkgs/container/trigger.dev/727492473?tag=v4.4.3)

## Release notes

Read the full release notes: https://trigger.dev/changelog/v4-4-3

## What's changed

## Improvements
- Add syncSupabaseEnvVars to pull database connection strings and save them as trigger.dev environment variables ([#3152](https://github.com/triggerdotdev/trigger.dev/pull/3152))
- Auto-cancel in-flight dev runs when the CLI exits, using a detached watchdog process that survives pnpm SIGKILL ([#3191](https://github.com/triggerdotdev/trigger.dev/pull/3191))

## Server changes

These changes affect the self-hosted Docker image and Trigger.dev Cloud:

- A new Errors page for viewing and tracking errors that cause runs to fail
  
  - Errors are grouped using error fingerprinting
  - View top errors for a time period, filter by task, or search the text
  - View occurrences over time
  - View all the runs for an error and bulk replay them ([#3172](https://github.com/triggerdotdev/trigger.dev/pull/3172))
- Add sidebar tabs (Options, AI, Schema) to the Test page for schemaTask payload generation and schema viewing. ([#3188](https://github.com/triggerdotdev/trigger.dev/pull/3188))

## All packages: v4.4.3

@trigger.dev/build, @trigger.dev/core, @trigger.dev/python, @trigger.dev/react-hooks, @trigger.dev/redis-worker, @trigger.dev/rsc, @trigger.dev/schema-to-json, @trigger.dev/sdk, trigger.dev

## Contributors

Eric Allam, Matt Aitken, James Ritchie, Oskar Otwinowski

**Full changelog**: https://github.com/triggerdotdev/trigger.dev/compare/v4.4.2...v4.4.3