-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(feedback): Bootstrap feedback integration #9139
feat(feedback): Bootstrap feedback integration #9139
Conversation
packages/feedback/jest.setup.ts
Outdated
@@ -0,0 +1,272 @@ | |||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file we prob. don't need here as well
11ebf5f
to
2fc93b0
Compare
size-limit report 📦
|
3063b07
to
f71e413
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we aiming to publish this next release? If so we should update the craft.yml
here as well.
## 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: Is this still todo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah still TODO until we add it to core
packages/feedback/package.json
Outdated
"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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need the babel dev dep? I also think tslib
needs to be a regular dependency.
@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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do it!!
06d85ca
to
4b3edc2
Compare
Integrate feedback into sdk