-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(react-native): delegate first class spans to native SDK when att…
…ached (#556) * feat(react-native): add turbo module initialise method avoid repeated calls to the native module by calling initialise once on module load and getting all of the native settings at once * feat(react-native): delegate first class spans to native SDK * feat(react-native): run onSpanEnd callbacks when processing native spans * test(react-native): add span factory unit tests * refactor: move onSpanEndCallback logic out of batch processor * revert: undo initialise method This partially reverts commit 0820748. * test(react-native): update native integration e2e test * fix(react-native): preserve sampling attribute for native Android spans * refactor(core): configure span factory as early as possible and move early spans logic into span factory * test(react-native): test custom attributes on native spans * refactor(react-native): always use discard end time when discarding spans * fix(react-native): fix platform check
- Loading branch information
1 parent
a46b98f
commit 7d25f48
Showing
17 changed files
with
483 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.