segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 181 forks source link

Niall/braze debounce update #912

Closed niallzato closed 4 months ago

niallzato commented 5 months ago

Our current logic for comparing the last seen traits and the current traits does not actually compare values. Our current logic to compare the traits is just checking the referential equality:

this.lastSeenTraits?.traits === event.traits

Referential equality can be determined with equality operators such as strict equality (===) or coercive equality (==) and also by using Object.is() functions, but determining deep equality is tricky as the objects can be nested.

Customer issue: https://github.com/segmentio/analytics-react-native/issues/907

oscb commented 4 months ago

:tada: This PR is included in version 1.1.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 2.19.0 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 1.1.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 0.6.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 1.1.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 0.4.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 0.7.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

oscb commented 4 months ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket: