You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/getting-started/index.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,15 @@ sidebar_order: 1
6
6
7
7
We recommend going through the [engineering practices](/engineering-practices) and our [development philsophy](/getting-started/philosophy/) before contributing a change to Sentry.
8
8
9
+
9
10
<divclassName="flex flex-wrap gap-6">
11
+
<Card
12
+
className="w-full"
13
+
href="/development-infrastructure/"
14
+
title="Development Infrastructure"
15
+
description="How to get your local dev environment up and running."
0 commit comments