Skip to content

Commit cdcc88a

Browse files
antonisclaude
andcommitted
fix(react-native): Update broken expo-dev-client docs link
Expo restructured their docs, moving the development builds introduction from /development/introduction/ to /develop/development-builds/introduction/. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bae1d71 commit cdcc88a

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/troubleshooting

1 file changed

+1
-1
lines changed

docs/platforms/react-native/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ When you remove the environmental variable in front of your build command, your
308308

309309
## Expo Transactions Never Finish
310310

311-
If you're using [expo-dev-client](https://docs.expo.dev/development/introduction/#what-is-an-expo-dev-client), you might notice that transactions never finish in your dev builds. This is due to logs that the dev client is continuously sending to the development server. To fix this, you can stop creating spans for the HTTP requests to the log endpoint in your dev builds by adding the following to your `Sentry.init()`:
311+
If you're using [expo-dev-client](https://docs.expo.dev/develop/development-builds/introduction/), you might notice that transactions never finish in your dev builds. This is due to logs that the dev client is continuously sending to the development server. To fix this, you can stop creating spans for the HTTP requests to the log endpoint in your dev builds by adding the following to your `Sentry.init()`:
312312

313313
```javascript
314314
import * as Sentry from "sentry-expo";

0 commit comments

Comments
 (0)