Skip to content

Commit

Permalink
Update content/en/docs/demo/services/reactnativeapp.md
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
jpmunz and svrnm authored Dec 2, 2024
1 parent 8304ec4 commit 66ac20f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions content/en/docs/demo/services/reactnativeapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ file-based routing to layout the screens for the app.
The application uses the OpenTelemetry packages to instrument the application at
the JS layer

> **NOTE:** The JS OTel packages are supported for node and web environments.
> While they work for React Native as well they are not currently explicitly
> supported for that environment and may break compatibility with minor version
> updates or require workarounds. Building more support for React Native is an
> area of active development.
{{% alert title="Important" color="warning" %}}

The JS OTel packages are supported for node and web environments.
While they work for React Native as well they are not currently explicitly
supported for that environment and may break compatibility with minor version
updates or require workarounds. Building more support for React Native is an
area of active development.

{{% /alert %}}

The main entry point for the application is `app/_layout.tsx` where a hook is
used to initialize the instrumentation and make sure it is loaded before
Expand Down

0 comments on commit 66ac20f

Please sign in to comment.