mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: integrate Sentry for error tracking and performance monitoring
- Added Sentry module to nuxt.config.ts and configured it for both client and server. - Updated package.json to include @sentry/nuxt dependency. - Created sentry.client.config.ts and sentry.server.config.ts for Sentry initialization with appropriate settings. - Adjusted route rules and added additional configurations in nuxt.config.ts.
This commit is contained in:
parent
930713042e
commit
dd61937945
6 changed files with 351 additions and 50 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -26,3 +26,6 @@ logs
|
|||
# Scraping data
|
||||
.venv
|
||||
__pycache__
|
||||
|
||||
# Sentry Config File
|
||||
.env.sentry-build-plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue