Skip to content

Conversation

@szokeasaurusrex
Copy link
Member

@szokeasaurusrex szokeasaurusrex commented Jan 27, 2026

Description

The dart-symbol-map command uses the derive parser, which was missing the --url field. This change adds it so --url is accepted for dart-symbol-map and removes an unused dart symbol map fixture.

Issues

@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/url-argument branch 3 times, most recently from 7128127 to 839222f Compare January 27, 2026 15:53
@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review January 27, 2026 15:54
@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner January 27, 2026 15:54
@szokeasaurusrex szokeasaurusrex changed the base branch from master to szokeasaurusrex/test-fix January 27, 2026 15:55
The --url argument was not recognized by the dart-symbol-map command
because it was missing from the derive parser schema. Added the url
field to the SentryCLI struct to allow global --url usage. Also
updated the legacy parser to mark --url as global for consistency
with other global arguments.

Fixes #3106
Co-Authored-By: Claude <noreply@anthropic.com>
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/url-argument branch from 839222f to 028e3bb Compare January 27, 2026 16:00
@szokeasaurusrex szokeasaurusrex changed the title fix(dart-symbol-map): Make --url global argument available fix: Ensure --url argument is globally available for all commands Jan 27, 2026
@linear
Copy link

linear bot commented Jan 27, 2026

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@szokeasaurusrex szokeasaurusrex marked this pull request as draft January 27, 2026 16:22
@szokeasaurusrex szokeasaurusrex changed the title fix: Ensure --url argument is globally available for all commands fix: Allow dart-symbol-map to accept --url Jan 28, 2026
@szokeasaurusrex szokeasaurusrex changed the title fix: Allow dart-symbol-map to accept --url fix(cli): Accept --url for dart-symbol-map Jan 28, 2026
@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review January 28, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dart-symbol-map error: unexpected argument '--url' found

2 participants