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: main ← Head: sentry
main
sentry
3fbf464
5df91ff
63d7357
0e5a681
423dc92
378e077
13 files changed (+212 additions, -8 deletions)
📝 .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)
.gitignore
api/bun.lockb
api/package.json
bun.lockb
web/.gitignore
web/app/api/sentry-example-api/route.ts
web/app/global-error.tsx
web/app/sentry-example-page/page.tsx
web/instrumentation.ts
web/next.config.mjs
web/package.json
web/sentry.client.config.ts
web/sentry.server.config.ts
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:sentry📝 Commits (6)
3fbf464.5df91ffadd sentry63d7357prettier0e5a681up packages423dc92no edge sentry378e077fix conflict📊 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.