Attempted import error: 'sendFeedback' is not exported from '@sentry/nextjs' (imported as 'sendFeedback'). #11542
ishaangandhi
started this conversation in
General
Replies: 1 comment 1 reply
-
@ishaangandhi please open a GH issue and fill out the template: https://github.com/getsentry/sentry-javascript/issues/new?assignees=&labels=Type%3A+Bug&projects=&template=bug.yml We can dive in deeper after that! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting this warning log in my Next.js 14 app:
feedback.ts:
Notably, the code does work, and the imported function can be called successfully.
Next.js version:
14.1.0
@sentry/nextjs version:
7.109.0
Beta Was this translation helpful? Give feedback.
All reactions