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
This will allow us to use the new feedback API to be able to support "crash reports" by associating the feedback event with an event id. Using this new API also allows us to resolve the issue where the feedback environment does not match the event environment (assuming users use the new API instead of captureUserFeedback).
We would need to set associated_event_id in the feedback context if an event id is passed into sendFeedback().
The text was updated successfully, but these errors were encountered:
This will allow us to use the new feedback API to be able to support "crash reports" by associating the feedback event with an event id. Using this new API also allows us to resolve the issue where the feedback environment does not match the event environment (assuming users use the new API instead of
captureUserFeedback
).We would need to set
associated_event_id
in the feedback context if an event id is passed intosendFeedback()
.The text was updated successfully, but these errors were encountered: