Skip to content

Commit

Permalink
Fix url_prefix sample value in README
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 12, 2024
1 parent e9aaf70 commit 2f8073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ignore_missing=true
| org | Organization's slug | e.g. sentry-sdks (string) | yes | SENTRY_ORG |
| auth_token | Auth Token | e.g. 64 random characteres (string) | yes | SENTRY_AUTH_TOKEN |
| url | URL | e.g. https<area>://mysentry.invalid/ (string) | no | SENTRY_URL |
| url_prefix | URL prefix for JS source maps | e.g. https<area>://mysentry.invalid/ (string) | no | - |
| url_prefix | URL prefix for JS source maps | e.g. ~/app/ (string) | no | - |
| wait_for_processing | Wait for server-side processing of uploaded files | false (boolean) | no | - |
| log_level | Configures the log level for sentry-cli | warn (string) | no | SENTRY_LOG_LEVEL |
| release | The release version for source maps, it should match the release set by the SDK | name@version from pubspec (string) | no | SENTRY_RELEASE |
Expand Down

0 comments on commit 2f8073c

Please sign in to comment.