Skip to content

Attempted import error: 'sendFeedback' is not exported from '@sentry/nextjs' (imported as 'Sentry'). #11923

@danielbucher

Description

@danielbucher

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

7.113.0

Framework Version

next 14.2.3

Link to Sentry event

No response

SDK Setup

Sentry.init({
  dsn: "change me",
  tracesSampleRate: 1,
  debug: false,
  integrations: [
    Sentry.feedbackIntegration({
      autoInject: false,
    }),
  ],
});

Steps to Reproduce

I setup a repo here with the steps to reproduce the issue.

Expected Result

No warning on the console.

Actual Result

Attempted import error: 'sendFeedback' is not exported from '@sentry/nextjs' (imported as 'Sentry').

I get this warning on my console. The feature does work though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Package: nextjsIssues related to the Sentry Nextjs SDK

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions