Skip to content

Commit 8f70452

Browse files
feat: add missing snippet
1 parent 8e036d7 commit 8f70452

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from 'react'
2+
import { RubyOnRailsInstallation } from 'onboarding/error-tracking'
3+
import { JSEventCapture } from 'onboarding/product-analytics'
4+
import { OnboardingContentWrapper } from 'components/Docs/OnboardingContentWrapper'
5+
import { addNextStepsStep } from './shared-helpers'
6+
7+
export const ErrorTrackingRubyOnRailsInstallationWrapper = () => {
8+
return (
9+
<OnboardingContentWrapper snippets={{ JSEventCapture }}>
10+
<RubyOnRailsInstallation modifySteps={addNextStepsStep} />
11+
</OnboardingContentWrapper>
12+
)
13+
}

0 commit comments

Comments
 (0)