[PR #3451] [MERGED] refactor: move sentry to platform #4386

Closed
opened 2026-03-17 01:55:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3451
Author: @nivedin
Created: 10/12/2023
Status: Merged
Merged: 11/1/2023
Merged by: @AndrewBastin

Base: release/2023.8.3Head: refactor/move-sentry-to-web


📝 Commits (3)

  • e40d354 refactor: move sentry from common to platform
  • 9faa875 refactor: removed sentry type def from common
  • a7e5ee9 refactor: use platform flag to enable telemetry

📊 Changes

6 files changed (+5362 additions, -2597 deletions)

View changed files

📝 packages/hoppscotch-common/package.json (+0 -2)
packages/hoppscotch-common/src/modules/sentry.ts (+0 -200)
📝 packages/hoppscotch-common/src/pages/settings.vue (+4 -0)
📝 packages/hoppscotch-common/src/platform/index.ts (+1 -0)
📝 packages/hoppscotch-selfhost-web/src/main.ts (+1 -0)
📝 pnpm-lock.yaml (+5356 -2395)

📄 Description

Closes HFE-230 HFE-282

Description

This PR moves the sentry from hoppscotch-common to platform.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/hoppscotch/hoppscotch/pull/3451 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 11/1/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.3` ← **Head:** `refactor/move-sentry-to-web` --- ### 📝 Commits (3) - [`e40d354`](https://github.com/hoppscotch/hoppscotch/commit/e40d354aa6c40ce34703f321598f6f5354bcb1c2) refactor: move sentry from common to platform - [`9faa875`](https://github.com/hoppscotch/hoppscotch/commit/9faa8755d7d95dd4dd66b624c9c61d9dbc661b36) refactor: removed sentry type def from common - [`a7e5ee9`](https://github.com/hoppscotch/hoppscotch/commit/a7e5ee9cd6f9eba7bec9b8177cea0eb8b9c28a1e) refactor: use platform flag to enable telemetry ### 📊 Changes **6 files changed** (+5362 additions, -2597 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/package.json` (+0 -2) ➖ `packages/hoppscotch-common/src/modules/sentry.ts` (+0 -200) 📝 `packages/hoppscotch-common/src/pages/settings.vue` (+4 -0) 📝 `packages/hoppscotch-common/src/platform/index.ts` (+1 -0) 📝 `packages/hoppscotch-selfhost-web/src/main.ts` (+1 -0) 📝 `pnpm-lock.yaml` (+5356 -2395) </details> ### 📄 Description Closes HFE-230 HFE-282 ### Description This PR moves the sentry from hoppscotch-common to platform. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:55:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4386
No description provided.