Skip to content

Sentry user feedback button disappears after split seconds of rendering in next.jsΒ #15467

@octa54

Description

@octa54

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions