-
-
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): Export sendFeedback
from @sentry/browser
#10231
Conversation
We forgot to re-export this when we re-exported `Feedback` from the browser SDK. This makes it easier to use than exposing `sendFeedback` via the Feedback integration instance itself.
size-limit report 📦
|
Ugh same issue as #10112 -- it's including the entire Feedback package even though we are importing |
Is this not expected? 🤔 Does |
It shouldn't, it's only the API, the rest of the feedback code is related to the UI. |
We forgot to re-export this when we re-exported
Feedback
from the browser SDK. This makes it easier to use than exposingsendFeedback
via the Feedback integration instance itself.