sentry-dart-plugin
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
## :scroll: Description Add UrlPrefix for Source Map ## :bulb: Motivation and Context Required for subpath web app ## :green_heart: How did you test it? Closes https://github.com/getsentry/sentry-dart-plugin/issues/204 ## :pencil: Checklist...
Now that we've started collecting iOS, macOS and Android debug symbols in https://github.com/getsentry/sentry-dart/pull/1673 we should stop uploading the incomplete symbols that ara available in the local build folder. They're not...
It might be a good improvement to allow for an override of the default CLI version. This would make it much easier for developers to freeze the CLI version in...
Hello, I am a Flutter developer and I will be preparing to use Sentry to collect user crash reports. During the testing process, I found that the Flutter code was...
Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0. Release notes Sourced from lints's releases. package:lints v4.0.0 core: added library_annotations (dart-lang/lints#177) added no_wildcard_variable_uses (dart-lang/lints#139) removed package_prefixed_library_names (dart-lang/lints#172) recommended: removed library_names (dart-lang/lints#181) Updated the...
### Environment `Dart 3.3.3 (stable) (Tue Mar 26 14:21:33 2024 +0000) on "windows_x64"` `sentry_dart_plugin: ^1.6.0` ### Steps to Reproduce 1. Place sentry config in `sentry.properties` instead of pubspec.yaml ### Expected...
## :scroll: Description ## :bulb: Motivation and Context Relates to #229 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed submitted code - [...
we should improve the docs in https://docs.sentry.io/platforms/flutter/upload-debug/ especially after the new 2.0.0 release which has a breaking change in how release and dist works
In the CLI when uploading source maps I can specify the URL prefix if my apps assets live at a different address. Please add the same functionality for this package....
Empty files result in this warning ``` Minified Scripts ~/lib/src/services/database/database.dart (no sourcemap ref) - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/lib/src/services/database/database.dart) ~/lib/src/startup.dart...