sentry-dart-plugin icon indicating copy to clipboard operation
sentry-dart-plugin copied to clipboard

A Dart Build Plugin that uploads debug symbols for Android, iOS/macOS and source maps for Web to Sentry via sentry-cli

Results 55 sentry-dart-plugin issues
Sort by recently updated
recently updated
newest added

### Environment Flutter 3.29.0 **pubspec:** environment: sdk: ^3.7.0 dev_dependencies: sentry_dart_plugin: ^2.4.0 sentry: upload_debug_symbols: true upload_source_maps: true upload_sources: true project: ws org: ws-96 log_level: info ignore_missing: true **Github action:** jobs: release-telegram-test:...

bug
dart

The solution of a users issue in #304 was setting `upload_debug_symbols=true`. According to docs, this value is true by default and does not need to be set. Investigate why this...

bug
dart

imo it's confusing that we only support a limited number of environment variables. It would be simpler and more consistent if we had feature parity across all methods of configuring...

Dart

Not unusual to use .env files so might make sense to add it

Dart

We should add E2E test that asserts symbolicated stacktraces and source context for events sent from - Android - iOS - Web I'm not sure whether we can test an...

Dart
Task

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.1 to 2.0.2. Release notes Sourced from actions/create-github-app-token's releases. v2.0.2 2.0.2 (2025-04-03) Bug Fixes improve log messages for token creation (#226) (eaef294) v2.0.1 2.0.1 (2025-04-03) Bug Fixes...

dependencies
github_actions

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.18.0 to 2.19.0. Release notes Sourced from subosito/flutter-action's releases. v2.19.0 What's Changed Split test cases by architecture by @​koji-1009 in subosito/flutter-action#305 Remove restore-keys from caching by @​lbonsey1...

dependencies
github_actions

## :scroll: Description set `upload_sourcemaps` to true by default ## :bulb: Motivation and Context Closes #311 ## :green_heart: How did you test it? Updated unit tests. ## :pencil: Checklist -...

## :scroll: Description This PR adds support for macOS flavors in inspiration of #292. ## :bulb: Motivation and Context Currently only the Release directory gets uploaded. But if I'm building...

Bumps scripts/update-cli.sh from 2.52.0 to 2.58.2. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.58.2 #### Improvements - Added validation for the `sentry-cli build upload` command's `--head-sha` and `--base-sha` arguments...

dependencies