#Feedback not working

1 messages · Page 1 of 1 (latest)

tepid axle
#

I'm having an issue where the UserFeedback feature is working fine when there is an exception. However, I'm also trying to use it if a person just needs help with a feature or has a suggestion. Screenshot with the code and console log... i'm not seeing any error nor am i seeing the feedback ever appear in the sentry ui.

dry verge
#

Can you check the network tab? What does it say?

tepid axle
#

no activity at all on the network tab

dry verge
#

if you set debug: true in Sentry.init() what shows?

tepid axle
#

I only set that in my client config and i only got 1 warning when the app started.... no other messages

[Sentry] Cannot initialize SDK with debug option using a non-debug bundle.

wild flame
#

are you using webpack or similar? Can you share the versions for your sentry and framework packages?

#

I saw some strange behavior with the debug bundle not working but i think it was with NextJS and locally, I am curious what your situation is, and if related