Skip to content

Commit

Permalink
chore(issue-details): Add hook for retention period (#85875)
Browse files Browse the repository at this point in the history
adds the hook definition needed for
getsentry/getsentry#16615, will add where the
hook is used in a different PR (after we have access to the hook)
  • Loading branch information
roggenkemper authored Feb 25, 2025
1 parent 99d3aa0 commit 6a6a462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/types/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export type ReactHooks = {
) => React.ContextType<typeof RouteAnalyticsContext>;
'react-hook:use-button-tracking': (props: ButtonProps) => () => void;
'react-hook:use-experiment': UseExperiment;
'react-hook:use-get-max-retention-days': () => number | undefined;
};

/**
Expand Down

0 comments on commit 6a6a462

Please sign in to comment.