Skip to content

Commit

Permalink
Update traces.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lomindioladiaz authored Oct 11, 2024
1 parent b295e48 commit 082bb9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/android/features/traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ import TabItem from '@theme/TabItem';
<TabItem value="kotlin" label="Kotlin">

```kotlin
// create a span by creating its root span
// recording will not begin until the span has been started
val activityLoad = Embrace.getInstance().createSpan("load-activity")
```
Expand All @@ -88,7 +87,6 @@ val activityLoad = Embrace.getInstance().createSpan("load-activity")
<TabItem value="java" label="Java">

```java
// create a span by creating its root span
// recording will not begin until the span has been started
EmbraceSpan activityLoad = Embrace.getInstance().createSpan("load-activity");
```
Expand Down

0 comments on commit 082bb9b

Please sign in to comment.