You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,9 @@ Your `authToken` needs to have following scopes: `org:read` and `project:release
58
58
#### 2. `Could not determine any commits to be associated automatically.`
59
59
Your application repository needs to be connected on Sentry to your ogranization account and connected with the project.
60
60
61
+
#### 3. Your app's issues and not correctly related with app deploy version
62
+
Make sure your app's `moudlePrefix` is equal to your Sentry `appName`, and your `revision-data``type` in `config/deploy.js` is using the same versioning strategy. In most cases you should use `version-commit`
0 commit comments