Skip to content

Commit a846ec2

Browse files
dart.flutter add url_prefix (#13797)
adding URL prefix --------- Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 3dfeba0 commit a846ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ The following table lists all available configuration options for the Sentry Dar
126126
| `upload_source_maps` | boolean | `false` | Enables or disables automatic upload of source maps | |
127127
| `upload_sources` | boolean | `false` | Enables or disables source code upload | |
128128
| `url` | string | | The URL of your Sentry instance | `SENTRY_URL` |
129+
| `url_prefix` | URL prefix for JS source maps | e.g. ~/app/ (string) | no | - |
129130
| `wait_for_processing` | boolean | `false` | Whether to wait for server-side processing of uploaded files | |
130131
| `log_level` | string | `warn` | Configures the log level for sentry-cli (`trace`, `debug`, `info`, `warn`, `error`) | `SENTRY_LOG_LEVEL` |
131132
| `release` | string | `name@version` from pubspec | The release version for source maps | `SENTRY_RELEASE` |

0 commit comments

Comments
 (0)