Skip to content

Commit

Permalink
chore(changelog): Add experimental note to Expo support
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Dec 5, 2023
1 parent 81563a3 commit de57355
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
### Features

- Add `@sentry/react-native/expo` Expo config plugin ([#3429](https://github.com/getsentry/sentry-react-native/pull/3429))
- Example of use in `app.config.js`.

This Release introduces the first alpha version of our new SDK for Expo.
At this time, the SDK is considered experimental and things might break and change in future versions.

The core of the SDK is Expo plugin which you can easily add to your App config:

```js
const { withSentry } = require('@sentry/react-native/expo');
Expand Down

0 comments on commit de57355

Please sign in to comment.