Skip to content

Commit

Permalink
Update publish date on the neon post (#296)
Browse files Browse the repository at this point in the history
* Ignore .dev.vars in all examples

* Write blog post introducing the neon query log in the logs table

* Run format

* Add a screenshot to the announce post

* Update publish date and remvoe draft:true

* Remove old query logs screen shots

* Remove 10-04 draft post
  • Loading branch information
brettimus authored Oct 2, 2024
1 parent fdfc346 commit 6cfd0ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
title: "Neon Queries in Studio, O My!"
description: Get rich context logs from Neon database queries automatically in the Studio UI
slug: neon-query-logs-in-studio
date: 2024-10-04
date: 2024-10-03
author: Brett Beutell
draft: true
tags:
- Hono.js
- Neon
Expand All @@ -16,7 +15,7 @@ import PackageManagers from "@/components/PackageManagers.astro";

We're shipping a small but mighty feature in Fiberplane Studio that will allow you to view query logs from Neon directly in the Studio logs table.

![Neon Query Logs UI](@/assets/blog/2024-10-04-neon-query-logs.png)
![Neon Query Logs UI](@/assets/blog/2024-10-03-neon-query-logs.png)

## TL;DR

Expand All @@ -29,7 +28,7 @@ Well, in that vein, we're shipping an enhancement in Studio that will put metada
When you click on a Neon entry in the logs table, you'll see an expanded view with the SQL query that was executed, the duration, and the row count.
If there was an error, you'll see that too.

![Expanded Neon Query Log](@/assets/blog/2024-10-04-neon-query-logs-expanded.png)
![Expanded Neon Query Log](@/assets/blog/2024-10-03-neon-query-logs-expanded.png)

No configuration necessary—if you're running Neon in a Hono app, you get some extra info without any work on your part.

Expand Down

0 comments on commit 6cfd0ef

Please sign in to comment.