Skip to content

Commit

Permalink
feat: ✨ add correlation property to eventPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jul 22, 2024
1 parent 024fd4d commit 3899327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/delivery-react-native/delivery.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = (client, NativeClient) => ({
groupingHash: event.groupingHash,
apiKey: event.apiKey,
featureFlags: event.toJSON().featureFlags,
nativeStack: nativeStack
nativeStack: nativeStack,
correlation: event.toJSON().correlation
}

if (isTurboModuleEnabled) {
Expand Down

0 comments on commit 3899327

Please sign in to comment.