Skip to content

Commit fa4437f

Browse files
authored
Fix url_prefix sample value in README (#254)
1 parent e9aaf70 commit fa4437f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ignore_missing=true
104104
| org | Organization's slug | e.g. sentry-sdks (string) | yes | SENTRY_ORG |
105105
| auth_token | Auth Token | e.g. 64 random characteres (string) | yes | SENTRY_AUTH_TOKEN |
106106
| url | URL | e.g. https<area>://mysentry.invalid/ (string) | no | SENTRY_URL |
107-
| url_prefix | URL prefix for JS source maps | e.g. https<area>://mysentry.invalid/ (string) | no | - |
107+
| url_prefix | URL prefix for JS source maps | e.g. ~/app/ (string) | no | - |
108108
| wait_for_processing | Wait for server-side processing of uploaded files | false (boolean) | no | - |
109109
| log_level | Configures the log level for sentry-cli | warn (string) | no | SENTRY_LOG_LEVEL |
110110
| release | The release version for source maps, it should match the release set by the SDK | name@version from pubspec (string) | no | SENTRY_RELEASE |

integration-test/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.7.0'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)