Skip to content
New issue

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

fix: IDENTIFY_EVENT renamed to prevent symbol collision #393

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

omarzl
Copy link

@omarzl omarzl commented Mar 30, 2022

Summary

When we compile Amplitude and Rakam and we link them statically we have a symbol collision as shown in this image:

Captura de Pantalla 2022-03-30 a la(s) 12 40 12

This causes that the linker selects one of the two, in this example it selected Rakam's one: $$user

Captura de Pantalla 2022-03-30 a la(s) 12 38 02

This is causing us that Amplitude considers it as any other event instead of setting user properties:

Captura de Pantalla 2022-03-30 a la(s) 12 50 31

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant