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
+45-9Lines changed: 45 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,51 @@ description: This documentation serves as reference points for developing agains
4
4
sidebar_order: 1
5
5
---
6
6
7
-
## Getting Started
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
-
We recommend going through the general documentation before contributing a change to Sentry.
10
-
11
-
- <Linkto="/getting-started/philosophy/">Development Philosophy</Link> (and <Linkto="/sdk/philosophy/">SDK Development Philosophy</Link>)
description="The monolith that is powering Sentry."
15
+
/>
16
+
<Card
17
+
className="w-full md:w-[calc(50%-12px)]"
18
+
href="/frontend/"
19
+
title="Frontend"
20
+
description="How we write frontend code."
21
+
/>
22
+
<Card
23
+
className="w-full md:w-[calc(50%-12px)]"
24
+
href="/services/"
25
+
title="Services"
26
+
description="Running besides the monolith."
27
+
/>
28
+
<Card
29
+
className="w-full md:w-[calc(50%-12px)]"
30
+
href="/integrations/"
31
+
title="Integrations"
32
+
description="Connecting Sentry to other products."
33
+
/>
34
+
<Card
35
+
className="w-full md:w-[calc(50%-12px)]"
36
+
href="/ingestion/"
37
+
title="Ingestion"
38
+
description="Receiving and processing data."
39
+
/>
40
+
<Card
41
+
className="w-full md:w-[calc(50%-12px)]"
42
+
href="/sdk/"
43
+
title="SDKs"
44
+
description="Instrumenting users code."
45
+
/>
46
+
<Card
47
+
className="w-full"
48
+
href="/self-hosted/"
49
+
title="Self-Hosted Sentry"
50
+
description="How you can run all of Sentry on your own server, without paying anything."
51
+
/>
52
+
</div>
17
53
18
54
You can also take a glance at the [Sentry Dockerfile](https://github.com/getsentry/sentry/blob/master/self-hosted/Dockerfile) for more information on how the Sentry server is configured, including its system dependencies.
0 commit comments