Skip to content

Commit 0c58b00

Browse files
michellewzhangc298lee
authored andcommitted
fix(replays): default mask/block setting in project creation should be true (#68689)
fixes #68688 for project creation, pass in a default `replayOptions` param since one isn't set: <img width="1266" alt="SCR-20240411-hwpk" src="https://github.com/getsentry/sentry/assets/56095982/e0272c8a-ad00-4a6c-84ad-c35baea3491a">
1 parent 5b7848e commit 0c58b00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/onboarding/gettingStartedDoc/onboardingLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export function OnboardingLayout({
8484
},
8585
platformOptions: selectedOptions,
8686
newOrg,
87+
replayOptions: {block: true, mask: true},
8788
};
8889

8990
return {

0 commit comments

Comments
 (0)