We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
analytics-react-native
@segment/analytics-react-native-plugin-amplitude-session
Steps to reproduce Connect an Amplitude destination app in classic mode with new 2.x version of this library along with Amplitude session plugin
Expected behavior Session property should be added in each event
Actual behavior Session is not added as the event, hence not reflected in Amplitude dashboard.
Note: The issue is with how the session plugin expects the value of destination to be Actions Amplitude(https://github.com/segmentio/analytics-react-native/blob/b3ff210f9ca66c032bb3303cc2ad2c7d8158f59a/packages/plugins/plugin-amplitudeSession/src/AmplitudeSessionPlugin.tsx) while for classic mode the name of destinations come by default as Amplitude.
Actions Amplitude
Amplitude
The plugin doesn't offer any way to customize this name as well.
The text was updated successfully, but these errors were encountered:
Hi @Ananthakr-Jupiter apologies for the delay here. Can you confirm if this is still an issue for you so we can prioritize it accordingly? Thanks!
Sorry, something went wrong.
No branches or pull requests
analytics-react-native
version: 2.16.1@segment/analytics-react-native-plugin-amplitude-session
Steps to reproduce
Connect an Amplitude destination app in classic mode with new 2.x version of this library along with Amplitude session plugin
Expected behavior
Session property should be added in each event
Actual behavior
Session is not added as the event, hence not reflected in Amplitude dashboard.
Note:
The issue is with how the session plugin expects the value of destination to be
Actions Amplitude
(https://github.com/segmentio/analytics-react-native/blob/b3ff210f9ca66c032bb3303cc2ad2c7d8158f59a/packages/plugins/plugin-amplitudeSession/src/AmplitudeSessionPlugin.tsx) while for classic mode the name of destinations come by default asAmplitude
.The plugin doesn't offer any way to customize this name as well.
The text was updated successfully, but these errors were encountered: