Skip to content

Commit 1a5cb29

Browse files
authored
fix(sdk): Fixes small layout issues on SDK next-docs (#9342)
* fixes layouting issue with <Link> within <Note> * fixes ordering of Configuration menu items
1 parent bd78500 commit 1a5cb29

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/platforms/native/configuration/backends/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Backends
3+
sidebar_order: 80
34
description: Learn more about backends, extending the functionality of the Sentry SDK for crash reporting.
45
---
56

docs/platforms/native/configuration/transports.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Transports
3+
sidebar_order: 90
34
description: Learn more about customizing how the Sentry SDK sends data to Sentry.
45
---
56

docs/platforms/react-native/performance/instrumentation/user-interaction-instrumentation.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ Because transactions are automatically bound to scope, you can create child span
5959
To create UI transactions from React Native Gesture Handler, you need to wrap individual gestures using `sentryTraceGesture`. This will also automatically create breadcrumbs. The wrapper `sentryTraceGesture(label, gesture)` accepts `string` labels that uniquely identify the gesture in a screen as well as the gesture object being wrapped.
6060

6161
<Note>
62-
Only{" "}
63-
<Link to="https://docs.swmansion.com/react-native-gesture-handler/docs/api/gestures/gesture">
64-
RNGH API v2
65-
</Link>{" "}
66-
is supported.
62+
Only [RNGH API v2](https://docs.swmansion.com/react-native-gesture-handler/docs/api/gestures/gesture) is supported.
6763
</Note>
6864

6965
```javascript

0 commit comments

Comments
 (0)