From 6832e49012b2844d99b8923a018ca580e1f3bae3 Mon Sep 17 00:00:00 2001 From: rodolfoBee <64906376+rodolfoBee@users.noreply.github.com> Date: Thu, 22 May 2025 10:18:49 +0200 Subject: [PATCH 1/2] add url prefix --- platform-includes/debug-symbols/dart-plugin/dart.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-includes/debug-symbols/dart-plugin/dart.mdx b/platform-includes/debug-symbols/dart-plugin/dart.mdx index 63da7e354c8918..f8d900d425b146 100644 --- a/platform-includes/debug-symbols/dart-plugin/dart.mdx +++ b/platform-includes/debug-symbols/dart-plugin/dart.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 49c64efd6da24cda63e52e60c797c1a363c9ec26 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Thu, 22 May 2025 10:28:10 +0200 Subject: [PATCH 2/2] Update dart.mdx --- platform-includes/debug-symbols/dart-plugin/dart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/debug-symbols/dart-plugin/dart.mdx b/platform-includes/debug-symbols/dart-plugin/dart.mdx index f8d900d425b146..d2464d190e6770 100644 --- a/platform-includes/debug-symbols/dart-plugin/dart.mdx +++ b/platform-includes/debug-symbols/dart-plugin/dart.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` |