Uh oh!
There was an error while loading. Please reload this page.
feat(feedback): Bootstrap feedback integration - #9139
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @@ -0,0 +1,272 @@ | |||
| /* eslint-disable @typescript-eslint/no-unsafe-member-access */ | |||
There was a problem hiding this comment.
this file we prob. don't need here as well
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
11ebf5f to
2fc93b0Comparesize-limit report 📦
|
3063b07 to
f71e413Compare
AbhiPrasad
left a comment
There was a problem hiding this comment.
Are we aiming to publish this next release? If so we should update the craft.yml here as well.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ## Installation | ||
| Feedback can be imported from `@sentry/browser`, or a respective SDK package like `@sentry/react` or `@sentry/vue`. | ||
| You don't need to install anything in order to use Feedback. The minimum version that includes Feedback is <<CHANGEME>>. |
There was a problem hiding this comment.
Yeah still TODO until we add it to core
| "homepage": "https://docs.sentry.io/platforms/javascript/", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.17.5", | ||
| "tslib": "^2.4.1 || ^1.9.3" |
There was a problem hiding this comment.
Do we need the babel dev dep? I also think tslib needs to be a regular dependency.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
billyvg
commented
Oct 16, 2023
@AbhiPrasad This won't be published with main SDK pkgs for now, will just be published to the sentry-internal namespace. |
This reverts commit f71e413.
06d85ca to
4b3edc2Compare
Integrate feedback into sdk