Skip to content

Commit

Permalink
ref(grouping-title-ui): Remove remaining three label code (#76652)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Aug 28, 2024
1 parent 5188540 commit 4ecddb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
18 changes: 0 additions & 18 deletions static/app/types/event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,29 +233,11 @@ export type ExceptionType = {
values?: Array<ExceptionValue>;
};

export type TreeLabelPart =
| string
| {
classbase?: string;
datapath?: (string | number)[];
filebase?: string;
function?: string;
is_prefix?: boolean;
// is_sentinel is no longer being used,
// but we will still assess whether we will use this property in the near future.
is_sentinel?: boolean;
package?: string;
type?: string;
};

// This type is incomplete
export type EventMetadata = {
current_level?: number;
current_tree_label?: TreeLabelPart[];
directive?: string;
display_title_with_tree_label?: boolean;
filename?: string;
finest_tree_label?: TreeLabelPart[];
function?: string;
message?: string;
origin?: string;
Expand Down
4 changes: 0 additions & 4 deletions tests/js/sentry-test/performance/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ export class TransactionEventBuilder {
perfProblem: undefined,
metadata: {
current_level: undefined,
current_tree_label: undefined,
directive: undefined,
display_title_with_tree_label: undefined,
filename: undefined,
finest_tree_label: undefined,
function: undefined,
message: undefined,
origin: undefined,
Expand Down

0 comments on commit 4ecddb8

Please sign in to comment.