Skip to content

Commit 843ac0e

Browse files
committed
docs: add demo video to nextjs-api example
1 parent 44c7bd7 commit 843ac0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/with-nextjs-api/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
44

55
This is a basic NextJS app which demonstrates the capture and replay functionality of Flytrap.
66

7+
<figure>
8+
<img style="border-radius: 14px;" src="https://github.com/useflytrap/flytrap-js/blob/main/docs/with-nextjs-api/capture-demo-faster.gif?raw=true" alt="Demo" />
9+
<figcaption>
10+
<p align="center">
11+
Demonstration of capturing an invariant state bug using Flytrap, then finding the problem with Flytrap's detailed context of all function calls.
12+
</p>
13+
</figcaption>
14+
</figure>
15+
716
To try out the demo, first [create a project](https://useflytrap.com/projects/create), then copy the configuration given by the Flytrap dashboard into the `flytrap.config.ts` file.
817

918
Run the development server:

0 commit comments

Comments
 (0)