We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408fd8d commit 9a64eb9Copy full SHA for 9a64eb9
docs/codepush.rst
@@ -9,7 +9,7 @@ If you want to use sentry together with codepush you have to send us the codepus
9
10
CodePush.getUpdateMetadata().then((update) => {
11
if (update) {
12
- Sentry.setVersion('version', 'codepush:' + update.label);
+ Sentry.setVersion('codepush:' + update.label);
13
}
14
});
15
0 commit comments