---
title: "Better Local Dev Errors"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2024/10/25/better-local-errors"
pageType: "changelog"
date: "2024-10-25"
---
When your API throws an error in local development, you will now see a formatted
output that includes the error message and stack trace in a more readable
format. This will help you quickly identify the issue and debug your
application.

![Console Error](/media/changelog/2024-10-25-better-local-errors/image.png)