-
Notifications
You must be signed in to change notification settings - Fork 119
feat: adopt @sentry/api SDK for 38 of 40 API call sites #931
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
Open
MathurAditya724
wants to merge
33
commits into
main
Choose a base branch
from
feat/adopt-sentry-api-sdk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6906b31
feat: adopt @sentry/api SDK for 28 API call sites
MathurAditya724 84f5766
test: fix MSW handler mismatches after SDK migration
MathurAditya724 f9f3776
fix: replace delete operator with Reflect.deleteProperty for Biome lint
MathurAditya724 0a1ab48
fix: restore missing query params and improve error extraction
MathurAditya724 abb3fdc
test: update 404 error snapshot for new unwrapSdkResult message format
MathurAditya724 f6eeee8
test(core): Restore LLM env vars in test setup
dcramer 99fbc48
fix(core): Preserve replay environment filters
dcramer 36e9413
fix(core): Preserve SDK query parameter validation
dcramer aa5564b
test(core): Clear LLM env before tests
dcramer a994785
test(core): Validate tag key schema rejection
dcramer cd1f116
chore: bump @sentry/api to ^0.141.0
MathurAditya724 f15d51e
feat: adopt auto-generated Zod schemas from @sentry/api/zod
MathurAditya724 0fceb91
fix(core): Preserve issue event query shape
dcramer 99c7c83
fix: pass API error detail as message in unwrapSdkResult for multi-pr…
MathurAditya724 7d1b8e6
fix(core): Detect SDK multi-project errors
dcramer fb38abb
feat: migrate 9 remaining endpoints to @sentry/api SDK v0.171.0
MathurAditya724 38396ed
refactor: remove redundant inner type casts on SDK call sites
MathurAditya724 3a5b50a
refactor: rebase TagSchema on @sentry/api/zod's zTagKeyDetailsDict
MathurAditya724 e65a5f8
fix: forward client identity headers through SDK calls
MathurAditya724 2063a8d
chore: bump @sentry/api to ^0.172.0 and document SdkResult
MathurAditya724 e2d1eeb
fix: use API detail text in SDK error messages, remove dead code
MathurAditya724 917acd0
fix(api-client): bump @sentry/api to 0.174.0 and remove now-unnecessa…
betegon 61c94c4
feat: migrate listTags to SDK via listAnOrganization_sTags
MathurAditya724 0c9a035
fix: pass allowAggregateConditions as string '0' not boolean false
MathurAditya724 f445beb
fix(api-client): remove dead params project and useRpc from SDK calls
betegon 84eb184
fix(api-client): inline typed query for searchReplays, revert listTag…
betegon 1a285de
fix(api-client): restore project=-1 in listReplayIdsForIssue
betegon 950be09
fix(api): Preserve SDK query behavior after rebase
dcramer e91521d
chore(api-client): bump @sentry/api to 0.228.0 and adopt token operat…
betegon 5a598a2
refactor(api-client): use SDK parseSentryLinkHeader for pagination
betegon 55cbe83
refactor(api-client): type unwrapSdkResult structurally instead of any
betegon 52b2cd5
fix(api-client): forward replay project slug verbatim, don't coerce t…
betegon 975604c
fix(api-client): stop coercing profiling project slugs to NaN; bump n…
betegon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.