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

Bumps scripts/update-cli.sh from 2.27.0 to 2.36.5. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.36.5 There are no code changes in this release. It is a re-release of 2.36.4, which...

dependencies

Hi, i cannot find the mapping file on the sentry.io website. Am I missing any configuration? It will cause the Android stack to be unable to deobfuscation. ![Image](https://github.com/user-attachments/assets/16868bf3-4c83-4c77-8c76-3247f3835e41) Minimum code:https://github.com/JDongKhan/flutter_sentry_demo...

Platform: Dart
Waiting for: Community

### Environment What version are you running? Etc. 2.1.0 ### Steps to Reproduce flutter build apk --release --split-debug-info --obfuscate -t ./lib/main_prod.dart flutter packages pub run sentry_dart_plugin ### Expected Result success...

Platform: Dart

Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.0.0. Release notes Sourced from lints's releases. package:lints v5.0.0 recommended: added invalid_runtime_check_with_js_interop_types (dart-lang/lints#188) added unnecessary_library_name (dart-lang/lints#181) removed avoid_null_checks_in_equality_operators (dart-lang/lints#200) Updated the SDK lower-bound to 3.5....

dependencies
dart

## :scroll: Description Depends on https://github.com/getsentry/sentry-dart-plugin/pull/319 ## :bulb: Motivation and Context Cleans up the stacktrace to make them cleaner and easier to look at by stripping the verbose prefixes. Closes...

Bumps scripts/update-cli.sh from 2.41.1 to 2.45.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.45.0 #### New feature - feat(sourcemaps): Multi-project sourcemaps upload ([#2497](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2497)) by szokeasaurusrex - Sourcemaps can now...

dependencies

## :scroll: Description ## :bulb: Motivation and Context Closes #314 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed submitted code - [ ]...

We can inject the debug id into the js file and the sourcemap with sentry-cli and this will be more reliable for symbolication than using releases `sentry-cli sourcemaps inject build/web/main.dart.js...

dart

### Environment Flutter: 3.29.3 Sentry Dart Plugin: 2.4.1 ### Steps to Reproduce Basically, I set my `sentry.properties` like so: ``` project=redacted org=redacted auth_token=redacted upload_debug_symbols=true upload_source_context=true upload_source_maps=true ``` My index.html looks...

Dart

Not sure if there is a historic reason for it to be opt-in but I'd argue it's easier for the user to set up and the docs will be less....

Dart