Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 8.54.0 to 9.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/nextjs</code>'s releases</a>.</em></p> <blockquote> <h2>9.6.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(tanstackstart): Add <code>@sentry/tanstackstart-react</code> package and make <code>@sentry/tanstackstart</code> package a utility package (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15629">#15629</a>)</strong></p> <p>Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the <code>@sentry/tanstackstart</code> SDK package was renamed to <code>@sentry/tanstackstart-react</code> to reflect that the SDK is specifically intended to be used for React TanStack Start applications. Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.</p> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(astro): Accept all vite-plugin options (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15638">#15638</a>)</li> <li>feat(deps): bump <code>@sentry/webpack-plugin</code> from 3.2.1 to 3.2.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15627">#15627</a>)</li> <li>feat(tanstackstart): Refine initial API (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15574">#15574</a>)</li> <li>fix(core): Ensure <code>fill</code> only patches functions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15632">#15632</a>)</li> <li>fix(nextjs): Consider <code>pageExtensions</code> when looking for instrumentation file (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15701">#15701</a>)</li> <li>fix(remix): Null-check <code>options</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15610">#15610</a>)</li> <li>fix(sveltekit): Correctly parse angle bracket type assertions for auto instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15578">#15578</a>)</li> <li>fix(sveltekit): Guard process variable (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15605">#15605</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/angelikatyborska"><code>@angelikatyborska</code></a> and <a href="https://github.com/nwalters512"><code>@nwalters512</code></a>. Thank you for your contributions!</p> <h2>Bundle size 📦</h2> <table> <thead> <tr> <th>Path</th> <th>Size</th> </tr> </thead> <tbody> <tr> <td><code>@sentry/browser</code></td> <td>23.15 KB</td> </tr> <tr> <td><code>@sentry/browser</code> - with treeshaking flags</td> <td>22.94 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing)</td> <td>36.21 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay)</td> <td>73.39 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay) - with treeshaking flags</td> <td>66.8 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay with Canvas)</td> <td>78.01 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay, Feedback)</td> <td>90.57 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Feedback)</td> <td>40.3 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. sendFeedback)</td> <td>27.79 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. FeedbackAsync)</td> <td>32.58 KB</td> </tr> <tr> <td><code>@sentry/react</code></td> <td>24.97 KB</td> </tr> <tr> <td><code>@sentry/react</code> (incl. Tracing)</td> <td>38.1 KB</td> </tr> <tr> <td><code>@sentry/vue</code></td> <td>27.4 KB</td> </tr> <tr> <td><code>@sentry/vue</code> (incl. Tracing)</td> <td>37.9 KB</td> </tr> <tr> <td><code>@sentry/svelte</code></td> <td>23.18 KB</td> </tr> <tr> <td>CDN Bundle</td> <td>24.36 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing)</td> <td>36.26 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay)</td> <td>71.27 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay, Feedback)</td> <td>76.45 KB</td> </tr> <tr> <td>CDN Bundle - uncompressed</td> <td>71.19 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing) - uncompressed</td> <td>107.57 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay) - uncompressed</td> <td>218.84 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed</td> <td>231.4 KB</td> </tr> <tr> <td><code>@sentry/nextjs</code> (client)</td> <td>39.27 KB</td> </tr> <tr> <td><code>@sentry/sveltekit</code> (client)</td> <td>36.63 KB</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/9.6.0/CHANGELOG.md"><code>@sentry/nextjs</code>'s changelog</a>.</em></p> <blockquote> <h2>9.6.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(tanstackstart): Add <code>@sentry/tanstackstart-react</code> package and make <code>@sentry/tanstackstart</code> package a utility package (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15629">#15629</a>)</strong></p> <p>Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the <code>@sentry/tanstackstart</code> SDK package was renamed to <code>@sentry/tanstackstart-react</code> to reflect that the SDK is specifically intended to be used for React TanStack Start applications. Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.</p> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(astro): Accept all vite-plugin options (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15638">#15638</a>)</li> <li>feat(deps): bump <code>@sentry/webpack-plugin</code> from 3.2.1 to 3.2.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15627">#15627</a>)</li> <li>feat(tanstackstart): Refine initial API (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15574">#15574</a>)</li> <li>fix(core): Ensure <code>fill</code> only patches functions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15632">#15632</a>)</li> <li>fix(nextjs): Consider <code>pageExtensions</code> when looking for instrumentation file (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15701">#15701</a>)</li> <li>fix(remix): Null-check <code>options</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15610">#15610</a>)</li> <li>fix(sveltekit): Correctly parse angle bracket type assertions for auto instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15578">#15578</a>)</li> <li>fix(sveltekit): Guard process variable (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15605">#15605</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/angelikatyborska"><code>@angelikatyborska</code></a> and <a href="https://github.com/nwalters512"><code>@nwalters512</code></a>. Thank you for your contributions!</p> <h2>9.5.0</h2> <h3>Important Changes</h3> <p>We found some issues with the new feedback screenshot annotation where screenshots are not being generated properly. Due to this issue, we are reverting the feature.</p> <ul> <li>Revert "feat(feedback) Allowing annotation via highlighting & masking (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15484">#15484</a>)" (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15609">#15609</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>Add cloudflare adapter detection and path generation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15603">#15603</a>)</li> <li>deps(nextjs): Bump rollup to <code>4.34.9</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15589">#15589</a>)</li> <li>feat(bun): Automatically add performance integrations (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15586">#15586</a>)</li> <li>feat(replay): Bump rrweb to 2.34.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15580">#15580</a>)</li> <li>fix(browser): Call original function on early return from patched history API (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15576">#15576</a>)</li> <li>fix(nestjs): Copy metadata in custom decorators (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15598">#15598</a>)</li> <li>fix(react-router): Fix config type import (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15583">#15583</a>)</li> <li>fix(remix): Use correct types export for <code>@sentry/remix/cloudflare</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15599">#15599</a>)</li> <li>fix(vue): Attach Pinia state only once per event (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15588">#15588</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/msurdi-a8c"><code>@msurdi-a8c</code></a>, <a href="https://github.com/namoscato"><code>@namoscato</code></a>, and <a href="https://github.com/rileyg98"><code>@rileyg98</code></a>. Thank you for your contributions!</p> <h2>9.4.0</h2> <ul> <li>feat(core): Add types for logs protocol and envelope (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15530">#15530</a>)</li> <li>feat(deps): Bump <code>@sentry/cli</code> from 2.41.1 to 2.42.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15510">#15510</a>)</li> <li>feat(deps): Bump <code>@sentry/webpack-plugin</code> from 3.1.2 to 3.2.1 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15512">#15512</a>)</li> <li>feat(feedback) Allowing annotation via highlighting & masking (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15484">#15484</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="6ec4602781"><code>6ec4602</code></a> release: 9.6.0</li> <li><a href="5ba80bc5fd"><code>5ba80bc</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15703">#15703</a> from getsentry/prepare-release/9.6.0</li> <li><a href="8dc6e50597"><code>8dc6e50</code></a> Remove unnecessary changelog item</li> <li><a href="7889768035"><code>7889768</code></a> meta(changelog): Update changelog for 9.6.0</li> <li><a href="2b5526565c"><code>2b55265</code></a> fix(nextjs): Consider <code>pageExtensions</code> when looking for instrumentation file ...</li> <li><a href="7d88266a6e"><code>7d88266</code></a> chore(ci): Remove <code>type</code> from canary failure template (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15698">#15698</a>)</li> <li><a href="48ed271b6d"><code>48ed271</code></a> chore(deps): bump esbuild from 0.20.0 to 0.25.0 in /dev-packages/e2e-tests/te...</li> <li><a href="e15988c2ad"><code>e15988c</code></a> chore: Add external contributor to CHANGELOG.md (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15642">#15642</a>)</li> <li><a href="5c4cab7b34"><code>5c4cab7</code></a> chore(deps): Deduplicate <code>@babel</code> dependencies (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15639">#15639</a>)</li> <li><a href="ce1ced8172"><code>ce1ced8</code></a> chore: Add external contributor to CHANGELOG.md (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15640">#15640</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.6.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This is the frontend for AutoGPT's next generation
Getting Started
Run the following installation once.
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Next, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
For subsequent runs, you do not have to npm install again. Simply do npm run dev.
If the project is updated via git, you will need to npm install after each update.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Deploy
TODO
Storybook
Storybook is a powerful development environment for UI components. It allows you to build UI components in isolation, making it easier to develop, test, and document your components independently from your main application.
Purpose in the Development Process
- Component Development: Develop and test UI components in isolation.
- Visual Testing: Easily spot visual regressions.
- Documentation: Automatically document components and their props.
- Collaboration: Share components with your team or stakeholders for feedback.
How to Use Storybook
-
Start Storybook: Run the following command to start the Storybook development server:
npm run storybookThis will start Storybook on port 6006. Open http://localhost:6006 in your browser to view your component library.
-
Build Storybook: To build a static version of Storybook for deployment, use:
npm run build-storybook -
Running Storybook Tests: Storybook tests can be run using:
npm run test-storybookFor CI environments, use:
npm run test-storybook:ci -
Writing Stories: Create
.stories.tsxfiles alongside your components to define different states and variations of your components.
By integrating Storybook into our development workflow, we can streamline UI development, improve component reusability, and maintain a consistent design system across the project.