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

ref(core): Remove customHeader conversion in internal options #98

Merged
merged 1 commit into from Nov 9, 2022

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Nov 8, 2022

Previously, we coverted the user-facing customHeader option, typed as string to an internal option typed Record<string, string>. This was handy for adding the header to our outgoing API requests. Since we don't do these ourselves anymore but rely on Sentry CLI, it's just easier to pass this option through to the CLI which also expects the string representation.

ref: #91

@Lms24 Lms24 mentioned this pull request Nov 8, 2022
5 tasks
@Lms24 Lms24 enabled auto-merge (squash) November 9, 2022 09:54
@Lms24 Lms24 merged commit b6e9f34 into main Nov 9, 2022
@Lms24 Lms24 deleted the lms-customHeader-string branch November 9, 2022 09:58
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.

None yet

2 participants