Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a React Native example app to the demo #1781

Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5086019
react native example app skeleton
jpmunz Jun 19, 2024
cde1345
Add in OpenTelemetry demo functionality
jpmunz Nov 12, 2024
3f1eb31
fix sanity check
jpmunz Nov 18, 2024
0075c67
update CHANGELOG
jpmunz Nov 18, 2024
d19f3df
Merge branch 'main' into jpmunz/react-native-example
jpmunz Nov 18, 2024
3404e12
trailing space in changelog
jpmunz Nov 18, 2024
c71232a
commit generated proto files
jpmunz Nov 19, 2024
2eace4a
use fetch and xhr instrumentations directly instead of through auto-i…
jpmunz Nov 25, 2024
6b278ed
run linter
jpmunz Nov 25, 2024
b4dc87e
switch away from deprecated addSpanProcessor
jpmunz Nov 25, 2024
f1e8fc5
fix extra span on network request
jpmunz Nov 28, 2024
9b6d92b
improve react native instructions, add a dockerfile to generate apk
jpmunz Nov 29, 2024
dbec3b7
remove demo.proto
jpmunz Nov 29, 2024
42af50d
update build android command and readme
jpmunz Dec 9, 2024
349e7c6
update steps for starting the react native app
jpmunz Dec 13, 2024
95348c7
add line breaks, remove commented lines
jpmunz Dec 16, 2024
6c61944
update package and display name
jpmunz Dec 16, 2024
62d2efc
update images
jpmunz Dec 16, 2024
ac0ff0e
remove debug exporter
jpmunz Dec 16, 2024
711dcb0
put XCode IDE build steps first
jpmunz Dec 16, 2024
d233801
Update src/reactnativeapp/README.md
jpmunz Dec 16, 2024
7b29f63
rename reactnativeapp -> react-native-app
jpmunz Dec 17, 2024
cd47bbc
update make target name
jpmunz Dec 17, 2024
76e5cbe
update ios instructions
jpmunz Dec 17, 2024
1e7f121
pin down ruby and cocoapods versions
jpmunz Dec 18, 2024
4c47720
add line break
jpmunz Dec 18, 2024
9a190ce
expand on npm run start step
jpmunz Dec 18, 2024
90d1a26
Merge branch 'upstream-main' into jpmunz/react-native-example
jpmunz Dec 19, 2024
42f7336
Merge branch 'upstream-main' into jpmunz/react-native-example
jpmunz Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'upstream-main' into jpmunz/react-native-example
jpmunz committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 42f73369527d9734f8c93ddf2857723033bf5ee4
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -44,6 +44,8 @@ the release.
([#1841](https://github.com/open-telemetry/opentelemetry-demo/pull/1841))
* [cart] rename cartservice to cart
([#1839](https://github.com/open-telemetry/opentelemetry-demo/pull/1839))
* [shipping] rename shippingservice to shipping
([#1842](https://github.com/open-telemetry/opentelemetry-demo/pull/1842))
* [react-native-app] Add React Native example app
([#1781](https://github.com/open-telemetry/opentelemetry-demo/pull/1781))

You are viewing a condensed version of this merge commit. You can view the full changes here.