Skip to content

fix: IDENTIFY_EVENT renamed to prevent symbol collision#393

Open
omarzl wants to merge 1 commit intoamplitude:mainfrom
omarzl:fix/amplitude-rakam-symbol
Open

fix: IDENTIFY_EVENT renamed to prevent symbol collision#393
omarzl wants to merge 1 commit intoamplitude:mainfrom
omarzl:fix/amplitude-rakam-symbol

Conversation

@omarzl
Copy link
Copy Markdown

@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.

1 participant