Skip to content

Commit ab35165

Browse files
Tien "Mimi" NguyenTien "Mimi" Nguyen
authored andcommitted
added styling to code snippet
1 parent 2a191b2 commit ab35165

File tree

1 file changed

+3
-1
lines changed
  • src/collections/_documentation/platforms/android

1 file changed

+3
-1
lines changed

src/collections/_documentation/platforms/android/migrate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ Sentry.getContext().addTag("tagName", "tagValue");
7171

7272
*New*:
7373

74-
Sentry.setTag("tagName", "tagValue");
74+
```java
75+
Sentry.setTag("tagName", "tagValue");
76+
```
7577

7678
**Capture custom exception**
7779

0 commit comments

Comments
 (0)