[PR #157] [MERGED] Sentry #77

Closed
opened 2025-12-29 18:28:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/157
Author: @nikivdev
Created: 9/10/2024
Status: Merged
Merged: 9/10/2024
Merged by: @Aslam97

Base: mainHead: sentry


📝 Commits (6)

📊 Changes

13 files changed (+212 additions, -8 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 api/bun.lockb (+0 -0)
📝 api/package.json (+5 -5)
📝 bun.lockb (+0 -0)
📝 web/.gitignore (+3 -1)
web/app/api/sentry-example-api/route.ts (+9 -0)
web/app/global-error.tsx (+23 -0)
web/app/sentry-example-page/page.tsx (+82 -0)
web/instrumentation.ts (+5 -0)
📝 web/next.config.mjs (+42 -2)
📝 web/package.json (+1 -0)
web/sentry.client.config.ts (+26 -0)
web/sentry.server.config.ts (+15 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/157 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `sentry` --- ### 📝 Commits (6) - [`3fbf464`](https://github.com/linsa-io/linsa/commit/3fbf464e4092dd463c1046e9765e49ea2b3f3cd9) . - [`5df91ff`](https://github.com/linsa-io/linsa/commit/5df91ffefd1e27c9ae5b46540359604d99736ac3) add sentry - [`63d7357`](https://github.com/linsa-io/linsa/commit/63d73574a8dc71c1c62b9e543fe99ccadaffb66f) prettier - [`0e5a681`](https://github.com/linsa-io/linsa/commit/0e5a6812a4e6a3f16d43a11d63445c9c24545347) up packages - [`423dc92`](https://github.com/linsa-io/linsa/commit/423dc920d954509d4855bf70277de953068e937d) no edge sentry - [`378e077`](https://github.com/linsa-io/linsa/commit/378e077bd6f47cf19cddbdd1a4f3e7999b680735) fix conflict ### 📊 Changes **13 files changed** (+212 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `api/bun.lockb` (+0 -0) 📝 `api/package.json` (+5 -5) 📝 `bun.lockb` (+0 -0) 📝 `web/.gitignore` (+3 -1) ➕ `web/app/api/sentry-example-api/route.ts` (+9 -0) ➕ `web/app/global-error.tsx` (+23 -0) ➕ `web/app/sentry-example-page/page.tsx` (+82 -0) ➕ `web/instrumentation.ts` (+5 -0) 📝 `web/next.config.mjs` (+42 -2) 📝 `web/package.json` (+1 -0) ➕ `web/sentry.client.config.ts` (+26 -0) ➕ `web/sentry.server.config.ts` (+15 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:10 +01:00
adam closed this issue 2025-12-29 18:28:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#77