Skip to content

Commit

Permalink
Merge pull request #20 from embrace-io/jpmunz/EMBR-5172-incompatibili…
Browse files Browse the repository at this point in the history
…ty-with-dd-rn

EMBR-5172 warn about incompatibility on react native
  • Loading branch information
jpmunz authored Oct 10, 2024
2 parents 997282f + e2e9c8b commit 1d172a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/ios/open-source/linking-embrace.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ you will need to install an additional pod:
pod 'Embrace/EmbraceCrashlyticsSupport'
```
:::


## Known Issues

* We rely on [OpenTelemetry-Swift](https://github.com/open-telemetry/opentelemetry-swift/) which as of today does not
have official CocoaPods support. We are working with the community to provide this support but in the meantime we
work around this issue by wrapping the OpenTelemetry binary as part of our podspec. In practice this means that our SDK
will not be compatible with other SDKs that do their own version of this work around.
2 changes: 2 additions & 0 deletions docs/react-native/integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This guide will walk you through integrating Embrace into your React Native appl

* iOS 13.0
* Swift 5
* Known incompatibilities
* `@datadog/mobile-react-native`. More details [here](/ios/open-source/linking-embrace/#known-issues).

### Expo

Expand Down

0 comments on commit 1d172a0

Please sign in to comment.