Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds dSYM file upload support for iOS crash reporting symbolication, expanding the CLI's capabilities to handle iOS debugging symbols alongside existing Android ProGuard and Flutter obfuscation symbol support.
Key Changes:
- Implements new
dsymcommand with file upload capabilities - Adds API client layer for dSYM uploads to Raygun
- Provides comprehensive test coverage with mocked HTTP client
Reviewed changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| lib/src/dsym/dsym_command.dart | Defines CLI command structure with argument parsing for app-id, external-access-token, and path |
| lib/src/dsym/dsym_api.dart | Implements HTTP multipart upload logic for dSYM zip files |
| lib/src/dsym/dsym.dart | Contains business logic for validation and orchestrating the upload process |
| test/dsym/dsym_command_test.dart | Unit tests for command execution with various parameter combinations |
| test/dsym/dsym_api_test.dart | Tests API client behavior including success cases, error codes, and exception handling |
| test/dsym/dsym_command_test.mocks.dart | Generated mock for DsymApi |
| test/dsym/dsym_api_test.mocks.dart | Generated mock for HTTP Client |
| lib/raygun_cli.dart | Exports new dsym command for CLI access |
| README.md | Documents dsym command usage with examples |
| AGENT.md | Updates architecture documentation to reflect new command and testing patterns |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This was referenced Dec 1, 2025
…eature/#201-dSYMsupport # Conflicts: # test/dsym/dsym_api_test.mocks.dart
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#39 - Adds dSYM support to raygun-cli
Description 📝
Type of change
Test plan 🧪
Author to check 👓
Reviewer to check ✔️