-
Notifications
You must be signed in to change notification settings - Fork 26
Replays Self-Serve Bulk Delete System #5
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
everettbu
wants to merge
32
commits into
replays-delete-vulnerable
Choose a base branch
from
replays-delete-stable
base: replays-delete-vulnerable
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
32 commits
Select commit
Hold shift + click to select a range
e6c0196
feat(browser-reports): Validate both browser report formats (#93917)
armenzg ba199fa
fix(insights): adds referrer to Insights charts create alerts url (#9…
edwardgou-sentry 668229d
Revert "chore(autofix): Change default automation tuning from 'off' t…
getsentry-bot a6e22c7
fix(aci): Use contextual logger in workflow processor (#93947)
kcons 4549d79
fix(taskworker) Increase deadlines for webhook delivery (#93941)
markstory 1a81517
fix(ourlogs): Fix top events for logs (#93939)
colin-sentry 37375d9
feat(aci): Set ownership on detector (#93745)
scttcper 976bb0b
Update RightMask component background gradient (#93933)
JonasBa d088de3
button: fix transition (#93934)
JonasBa 8a179d9
fix(migrations): Patch broken saved search migrations (#93944)
malwilley 4f92a94
fix(replay): Fix summaries not loading due to using wrong `project_id…
billyvg a37f99f
feat(replay): Add analytics to timeline zoom buttons (#93910)
billyvg 38d4d58
ref(profiling): Move flamegraphFrameFilter types around for tsgo (#93…
scttcper 78d346e
feat(devservices): Add tracing mode (#93759)
hubertdeng123 5cc91e0
feat(feedback): frontend to display summary (#93567)
vishnupsatish 084b63a
fix(aci): Ensure slow conditions are consistent (#93895)
kcons b364405
chore(issues): Remove regex parameterization experiment (#93958)
mrduncan 8167cc5
ref(replay): include error context in breadcrumb summary (#93669)
michellewzhang 5d66a4f
ref(feedback): better summarization prompt (#93962)
vishnupsatish fd4ab7b
✨ feat(scm): add environment infomation to suspect commit prs (#93025)
iamrajjoshi 31c51d5
flex: cleanup Flex* custom styling in favor of Flex primitive (#93809)
JonasBa b4d3000
fix(taskworker) Extend deadlines for check_auth (#93961)
markstory 02695f9
ref(issues): Remove redundant Type row from Event Grouping Informatio…
nora-shap 4c997de
ref(dashboards): add a new table widget visualization component (#93902)
lzhao-sentry 2e992ba
feat(detectors): Add noise config to DB Query Injection Issue Type (#…
roggenkemper b3f40e5
fix(aci): Fix accidental over-logging (#93971)
kcons de377a6
feat(trace-eap-waterfall): Hiding some attrs (#93964)
Abdkhan14 786861a
feat(preprod): Add analytics to the assemble endpoint (#93871)
trevor-e c05a0c6
ref(explore): Visualize should only have 1 y axis (#93938)
Zylphrex 9f84049
ref(trace-items): Pull useGetTraceItemAttributeKeys into hook (#93739)
Zylphrex c9fee3f
chore(issues): Remove traceparent experiment (#93942)
mrduncan ea188e2
fix(replay): Add handling for null max_segment_id (#93989)
cmanallen 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
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
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
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.
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.
logic: The method calls
PRCommentWorkflow._truncate_title(title)but could use the passedmax_lengthparameter from the method signature for consistency