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
- Host: GitHub
- URL: https://github.com/TheAlexLichter/nuxt3-sentry-recipe
- Owner: TheAlexLichter
- Created: 2023-09-27T15:21:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T19:28:58.000Z (over 1 year ago)
- Last Synced: 2025-05-01T21:35:38.397Z (5 months ago)
- Topics: hacktoberfest, nitro, nuxt, sentry
- Language: TypeScript
- Homepage: https://www.lichter.io/articles/nuxt3-sentry-recipe?ref=github-repo
- Size: 254 KB
- Stars: 58
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.