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 Nov 1, 2023
1 parent fce6295 commit 8f27588
Show file tree
Hide file tree
Showing 15 changed files with 500 additions and 345 deletions.
8 changes: 4 additions & 4 deletions packages/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.76.0",
"@sentry/core": "7.76.0",
"@sentry/types": "7.76.0",
"@sentry/utils": "7.76.0"
},
"scripts": {
"build": "run-p build:transpile build:types build:bundle",
Expand Down
Loading

0 comments on commit 8f27588

Please sign in to comment.