You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll defer to @getsentry/product-owners-user-feedback but until they wake up could you maybe provide a simple reproduction example we could pull where this happens? It may be related to some conflicting elements and styling?
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Add sentry in next.js app
Add Feedback integration in the integrations section of sentry.client.config.ts
Sentry.init({
// other config options
integrations: [
// other integrations
Sentry.feedbackIntegration({
// Additional SDK configuration goes in here, for example:
colorScheme: "system",
isNameRequired: true,
}),
]
})
Expected Result
The user feedback button should render on the screen when the next.js application loads in the browser.
Actual Result
The user feedback button does load initially but disappears instantly after the next.js application completely loads in the browser.
Product Area
Issues - Suggested Fix
Link
No response
DSN
https://9e8ed01a6b4c75d925bb498ba646ab6c@o4508846884782080.ingest.us.sentry.io/4508868106584064
Version
No response
The text was updated successfully, but these errors were encountered: