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
Hey Segment Team,
I hope you're doing well.
We are setting up the integration between Segment and Braze in Device Mode using the analytics-react-native-plugin-braze plugin for React Native.
To validate the setup, we used the Example Application provided in the examples folder. However, none of the data is reaching Braze. To troubleshoot, we reviewed the entire setup (Classic Mode) but couldn't identify any misconfiguration. There are no failure logs or error messages indicating the cause of this issue.
Despite this, we can see the data successfully reaching Segment in the Delivery Overview, being passed to the Braze destination, and appearing under "Message sent in client-side". However, the Braze user profile is not being created or updated, and no events are being registered.
This issue is critical for us to resolve, as our company has recently purchased a new tool that relies on this integration to function properly. We need to ensure this works as soon as possible.
Could you help us diagnose and resolve this issue, or confirm if there are any known problems with the plugin?
[Integration]
Important: Also we listened all the requests and we don't have any request being sent to Braze. (Charles Proxy)
Obs: In event delivery debugger we saw that every event have the integration key with an empty object.
We created the setup in Segment UI for Classic Destination on Device Mode with Braze Credentials and removed the comment of segmentClient.add({plugin: new BrazePlugin()})
Expected behavior
Data being sent to Braze
Actual behavior
No data being sent to Braze
No Logs about nothing
The text was updated successfully, but these errors were encountered:
Hey Segment Team,
I hope you're doing well.
We are setting up the integration between Segment and Braze in Device Mode using the
analytics-react-native-plugin-braze
plugin for React Native.To validate the setup, we used the Example Application provided in the examples folder. However, none of the data is reaching Braze. To troubleshoot, we reviewed the entire setup (Classic Mode) but couldn't identify any misconfiguration. There are no failure logs or error messages indicating the cause of this issue.
Despite this, we can see the data successfully reaching Segment in the Delivery Overview, being passed to the Braze destination, and appearing under "Message sent in client-side". However, the Braze user profile is not being created or updated, and no events are being registered.
This issue is critical for us to resolve, as our company has recently purchased a new tool that relies on this integration to function properly. We need to ensure this works as soon as possible.
Could you help us diagnose and resolve this issue, or confirm if there are any known problems with the plugin?
[Integration]
Important: Also we listened all the requests and we don't have any request being sent to Braze. (Charles Proxy)
Obs: In event delivery debugger we saw that every event have the integration key with an empty object.
analytics-react-native
version: "@segment/analytics-react-native": "^2.20.3",Steps to reproduce
We created the setup in Segment UI for Classic Destination on Device Mode with Braze Credentials and removed the comment of segmentClient.add({plugin: new BrazePlugin()})
Expected behavior
Data being sent to Braze
Actual behavior
No data being sent to Braze
No Logs about nothing
The text was updated successfully, but these errors were encountered: