Skip to content

Commit 9a64eb9

Browse files
committed
Fix docs
1 parent 408fd8d commit 9a64eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codepush.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you want to use sentry together with codepush you have to send us the codepus
99

1010
CodePush.getUpdateMetadata().then((update) => {
1111
if (update) {
12-
Sentry.setVersion('version', 'codepush:' + update.label);
12+
Sentry.setVersion('codepush:' + update.label);
1313
}
1414
});
1515

0 commit comments

Comments
 (0)