Skip to content

Commit 2a191b2

Browse files
Tien "Mimi" NguyenTien "Mimi" Nguyen
authored andcommitted
updated code snippet
1 parent af76afd commit 2a191b2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Or, you can set the release version in your code during the manual initializatio
342342

343343
```java
344344
SentryAndroid.init(this, options -> {
345-
options.setRelease("io.sentry@1.1.0");
345+
options.setRelease("io.example@1.1.0");
346346
});
347347
```
348348

0 commit comments

Comments
 (0)