Skip to content

Commit

Permalink
ref(useOnboardingQueryParams): Remove showLoader (#77699)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Sep 23, 2024
1 parent 009b6ea commit a2db6bb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ type QueryValues = {
* Used to show product selection (error monitoring, tracing, profiling and session replay) for certain platforms, e.g. javascript-react
*/
product: string[];
/**
* Used to show the loader script for when the platform is javascript
*/
showLoader: boolean;
/**
* Used to show or not the integration onboarding for certain platforms, e.g. AWS (python)
*/
Expand All @@ -29,7 +25,6 @@ export function useOnboardingQueryParams(): [
const params = useLocationQuery({
fields: {
product: decodeList,
showLoader: decodeBoolean,
showManualSetup: decodeBoolean,
},
});
Expand Down

0 comments on commit a2db6bb

Please sign in to comment.