Skip to content

Commit

Permalink
ref(feedback): Refactor to better support multiple dialogs (#9305)
Browse files Browse the repository at this point in the history
- refactor to support multiple widgets
- add `attachTo` and `createWidget` public methods to create respective
components.
  • Loading branch information
billyvg committed Oct 26, 2023
1 parent 925e162 commit 2be2a15
Show file tree
Hide file tree
Showing 15 changed files with 501 additions and 346 deletions.
10 changes: 5 additions & 5 deletions packages/feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/feedback",
"version": "7.75.1",
"version": "0.0.1-alpha.4",
"description": "Sentry SDK integration for user feedback",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback",
Expand All @@ -23,10 +23,10 @@
"access": "public"
},
"dependencies": {
"@sentry/browser": "7.70.0",
"@sentry/core": "7.70.0",
"@sentry/types": "7.70.0",
"@sentry/utils": "7.70.0"
"@sentry/browser": "7.75.1",
"@sentry/core": "7.75.1",
"@sentry/types": "7.75.1",
"@sentry/utils": "7.75.1"
},
"scripts": {
"build": "run-p build:transpile build:types build:bundle",
Expand Down
Loading

0 comments on commit 2be2a15

Please sign in to comment.