From 336cbf8588e4c9f98a963068a19f15beeb2a969d Mon Sep 17 00:00:00 2001 From: rodolfoBee <64906376+rodolfoBee@users.noreply.github.com> Date: Thu, 22 May 2025 10:17:13 +0200 Subject: [PATCH 1/2] dart.flutter add url_prefix --- platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx b/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx index 9f56e49143700..3c838fa78d76c 100644 --- a/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx +++ b/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx @@ -126,6 +126,7 @@ The following table lists all available configuration options for the Sentry Dar | `upload_source_maps` | boolean | `false` | Enables or disables automatic upload of source maps | | | `upload_sources` | boolean | `false` | Enables or disables source code upload | | | `url` | string | | The URL of your Sentry instance | `SENTRY_URL` | +| url_prefix | URL prefix for JS source maps | e.g. ~/app/ (string) | no | - | | `wait_for_processing` | boolean | `false` | Whether to wait for server-side processing of uploaded files | | | `log_level` | string | `warn` | Configures the log level for sentry-cli (`trace`, `debug`, `info`, `warn`, `error`) | `SENTRY_LOG_LEVEL` | | `release` | string | `name@version` from pubspec | The release version for source maps | `SENTRY_RELEASE` | From 29b4038ac23dd2f2a78c2935262ec46bc5f5078a Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Thu, 22 May 2025 10:26:39 +0200 Subject: [PATCH 2/2] Update dart.flutter.mdx --- platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx b/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx index 3c838fa78d76c..28d17609e23a1 100644 --- a/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx +++ b/platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx @@ -126,7 +126,7 @@ The following table lists all available configuration options for the Sentry Dar | `upload_source_maps` | boolean | `false` | Enables or disables automatic upload of source maps | | | `upload_sources` | boolean | `false` | Enables or disables source code upload | | | `url` | string | | The URL of your Sentry instance | `SENTRY_URL` | -| url_prefix | URL prefix for JS source maps | e.g. ~/app/ (string) | no | - | +| `url_prefix` | URL prefix for JS source maps | e.g. ~/app/ (string) | no | - | | `wait_for_processing` | boolean | `false` | Whether to wait for server-side processing of uploaded files | | | `log_level` | string | `warn` | Configures the log level for sentry-cli (`trace`, `debug`, `info`, `warn`, `error`) | `SENTRY_LOG_LEVEL` | | `release` | string | `name@version` from pubspec | The release version for source maps | `SENTRY_RELEASE` |