> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useflytrap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing Bug Capture

> Learn how you can effectively triage & understand & fix bugs within a team

## Inviting members to your team

## Assigning a bug to a team member

## How it works

Flytrap works by wrapping your code with Flytrap's capture functions to capture detailed context from bugs. To do this, it needs to use something called a code transform. Basically, it automatically makes the needed changes to your code.

## Adding the Flytrap Code Transform

Here are guides to help you adding the Flytrap Code Transform to your project.

### Framework Guides

* [Next.js](/installation/nextjs)
* [SvelteKit](/installation/sveltekit)
* [Nuxt](/installation/nuxt)

### Bundler Guides

* [Rollup](/installation/rollup)
* [Esbuild](/installation/rollup)
* [Vite](/installation/vite)
* [Webpack](/installation/webpack)

<Note>Flytrap has experimental support for Rspack. Please contact us at [support@useflytrap.com](mailto:support@useflytrap.com) if you have a use case for using Flytrap wiht Rspack.</Note>
