-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
feat(ui): Add new session category to the alert wizard #28590
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e59c8d2
feat(ui): Add new session category to the alert wizard
matejminar baef20b
rename alertWizardCategories, refactor away splice
matejminar c4a6b84
Merge branch 'master' into feat/session-alert-categories
matejminar 0eec9a3
ref: rename Styledh2 to CategoryTitle
matejminar 2598523
Apply suggestions from code review
matejminar 848068d
fix: Type error (#28628)
loewenheim 63b86a3
feat(symbolication): Add symbolication status to project details (NAT…
733d1a4
feat: Add option for low priority metrics submission rate [NATIVE-185…
loewenheim bb78b7a
chore(performance): Remove legacy key transactions endpoint (#28383)
Zylphrex 6b014b3
feat(chart-unfurl): Add multi y-axis for chart unfurl (#28604)
shruthilayaj 8eedb13
feat(growth): Add default business for all experiment (#28633)
Neo-Zhixing 3abfcb1
fix(semver): Fix autocomplete tag functionality to use string prefixe…
wedamija 7a4f048
ref(ui): Add performance event view hook (#28572)
k-fish f5f70af
audit log related stuff for project quotas (#28620)
maxiuyuan c003e27
chore: upgrade grpcio (#28623)
joshuarli 0fd46fd
fix(deletions) Handle organizations with orphaned commits (#28636)
markstory 805894e
ref(deletion) Consolidate group deletion and improve logging (#28475)
markstory 1362c70
ref(select): Choices -> options AppStoreConnect (#28616)
davidenwang d0699c7
feat(alert-rule): Created an alert rule mediator (#28639)
AniketDas-Tekky f540453
ref(teams): Update teamSelect to use useTeams hook (#28615)
evanpurkhiser a9f32e9
feat(store): Projects util now updates render-props projects when sto…
davidenwang d4d29a3
Merge branch 'master' into feat/session-alert-categories
matejminar 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should this const have the first letter lower case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are lots of constants like this in that file, I didn't want to go on a refactoring spree because this PR would get messy