Skip to content

Commit

Permalink
access event._correlation without use of .toJSON method
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jul 24, 2024
1 parent d15e41d commit 4c1af12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/delivery-react-native/delivery.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = (client, NativeClient) => ({
apiKey: event.apiKey,
featureFlags: event.toJSON().featureFlags,
nativeStack: nativeStack,
correlation: event.toJSON().correlation
correlation: event._correlation
}

if (isTurboModuleEnabled) {
Expand Down

0 comments on commit 4c1af12

Please sign in to comment.