Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(js): Resolve conflict between "debugId" and "debug_id" #877

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

loewenheim
Copy link
Contributor

Companion PR to getsentry/rust-sourcemap#100.

Using a alias causes deserialization to fail when
both keys are set. Therefore we now read both fields and implement the logic explicitly.

Using a alias causes deserialization to fail when
both keys are set. Therefore we now read both fields
and implement the logic explicitly.
@loewenheim loewenheim requested review from a team and lforst November 26, 2024 09:38
@loewenheim loewenheim self-assigned this Nov 26, 2024
@loewenheim loewenheim enabled auto-merge (squash) November 26, 2024 09:45
@loewenheim loewenheim disabled auto-merge November 26, 2024 09:46
@loewenheim loewenheim enabled auto-merge (squash) November 26, 2024 09:46
@loewenheim loewenheim merged commit 0277066 into master Nov 26, 2024
13 checks passed
@loewenheim loewenheim deleted the fix/debugId branch November 26, 2024 09:46
loewenheim added a commit that referenced this pull request Nov 26, 2024
#877 overzealously switched the default key from debug_id to debugId. While both should be supported, we should default to the current debug_id for now and make the switch in a considered manner.
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.

2 participants