An open API service indexing awesome lists of open source software.

https://github.com/TheAlexLichter/nuxt3-sentry-recipe

How to integrate Sentry into your Nuxt 3 app
https://github.com/TheAlexLichter/nuxt3-sentry-recipe

hacktoberfest nitro nuxt sentry

Last synced: 5 months ago
JSON representation

How to integrate Sentry into your Nuxt 3 app

Awesome Lists containing this project

README

          

# Companion repository to [this blog post](https://www.lichter.io/articles/nuxt3-sentry-recipe?ref=github-repo)

Definitely [give it a read](https://www.lichter.io/articles/nuxt3-sentry-recipe?ref=github-repo) if you haven't!

This repo contains a "recipe" which shows how to integrate Sentry into a Nuxt 3 application on both, server and client side.

## Getting started

1. Clone repository
2. `pnpm i`
3. `pnpm dev`
4. Provide an env file based on `.env.example`

Or just copy the code you are interested in.