[PR #350] [MERGED] feat: use react sentry to support pass config via runtime #22458

Closed
opened 2026-02-21 20:19:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/350
Author: @iamjoel
Created: 6/13/2023
Status: Merged
Merged: 6/13/2023
Merged by: @iamjoel

Base: mainHead: feat/sentry-use-react-integration


📝 Commits (6)

  • 6af53ee temp
  • a764590 feat: use react integration sentry to support init in realtime
  • 44de8bf add log
  • 86795f0 fix: change get env place
  • cfc7713 feat: add env to front env
  • 8e6cd7f chore: remove log and test code

📊 Changes

10 files changed (+27 additions, -83 deletions)

View changed files

📝 web/.env.example (+0 -2)
📝 web/app/(commonLayout)/_layout-client.tsx (+19 -0)
📝 web/app/components/header/index.tsx (+2 -1)
📝 web/app/layout.tsx (+1 -0)
📝 web/docker/entrypoint.sh (+1 -0)
📝 web/next.config.js (+1 -28)
📝 web/package.json (+3 -3)
web/sentry.client.config.js (+0 -23)
web/sentry.edge.config.js (+0 -16)
web/sentry.server.config.js (+0 -10)

📄 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/langgenius/dify/pull/350 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 6/13/2023 **Status:** ✅ Merged **Merged:** 6/13/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/sentry-use-react-integration` --- ### 📝 Commits (6) - [`6af53ee`](https://github.com/langgenius/dify/commit/6af53ee862c6a1c25f02a6b0261000cd521bd3dc) temp - [`a764590`](https://github.com/langgenius/dify/commit/a7645905e26a738622f02ee3f635c70ce885757a) feat: use react integration sentry to support init in realtime - [`44de8bf`](https://github.com/langgenius/dify/commit/44de8bf162f2b81b99583e1636f8d8ac0c855484) add log - [`86795f0`](https://github.com/langgenius/dify/commit/86795f0ad6357fa25302d85eb5b997266a4b46c0) fix: change get env place - [`cfc7713`](https://github.com/langgenius/dify/commit/cfc771348d786b0209f2fab0a1b2958bd0df86bf) feat: add env to front env - [`8e6cd7f`](https://github.com/langgenius/dify/commit/8e6cd7f96f14842ce83f7c8248f9efb13f40db25) chore: remove log and test code ### 📊 Changes **10 files changed** (+27 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `web/.env.example` (+0 -2) 📝 `web/app/(commonLayout)/_layout-client.tsx` (+19 -0) 📝 `web/app/components/header/index.tsx` (+2 -1) 📝 `web/app/layout.tsx` (+1 -0) 📝 `web/docker/entrypoint.sh` (+1 -0) 📝 `web/next.config.js` (+1 -28) 📝 `web/package.json` (+3 -3) ➖ `web/sentry.client.config.js` (+0 -23) ➖ `web/sentry.edge.config.js` (+0 -16) ➖ `web/sentry.server.config.js` (+0 -10) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:00 -05:00
yindo closed this issue 2026-02-21 20:19:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22458