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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,14 +106,16 @@ ignore_missing=true
106
106
| url | URL | e.g. https<area>://mysentry.invalid/ (string) | no | SENTRY_URL |
107
107
| wait_for_processing | Wait for server-side processing of uploaded files | false (boolean) | no | - |
108
108
| log_level | Configures the log level for sentry-cli | warn (string) | no | SENTRY_LOG_LEVEL |
109
-
| release | The release version for source maps, it should match the release set by the SDK | default: name@version from pubspec (string) | no | SENTRY_RELEASE |
110
-
| dist | The dist/build number for source maps, it should match the dist set by the SDK | default: the number after the '+' char from 'version' pubspec (string) | no | SENTRY_DIST |
111
-
| web_build_path | The web build folder | default: build/web (string) | no | - |
112
-
| commits | Release commits integration | default: auto | no | - |
113
-
| ignore_missing | Ignore missing commits previously used in the release | default: false | no | - |
109
+
| release | The release version for source maps, it should match the release set by the SDK | name@version from pubspec (string) | no | SENTRY_RELEASE |
110
+
| dist | The dist/build number for source maps, it should match the dist set by the SDK | the number after the '+' char from 'version' pubspec (string) | no | SENTRY_DIST |
111
+
| build_path | The build folder of debug files for upload | `.` current folder (string) | no | - |
112
+
| web_build_path | The web build folder of debug files for upload | `build/web` relative to build_path (string) | no | - |
113
+
| commits | Release commits integration | auto (string) | no | - |
114
+
| ignore_missing | Ignore missing commits previously used in the release | false (boolean) | no | - |
114
115
| bin_dir | The folder where the plugin downloads the sentry-cli binary | .dart_tool/pub/bin/sentry_dart_plugin (string) | no | - |
115
116
| bin_path | Path to the sentry-cli binary to use instead of downloading. Make sure to use the correct version. | null (string) | no | - |
116
117
118
+
117
119
## Release
118
120
119
121
Per default, the release is build from pubspec.yaml's name, version & build: `name@version+build`. The build number, if present, is used as the `dist` parameter.
0 commit comments