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/frontend/index.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@ description: How we write frontend code at Sentry.
4
4
sidebar_order: 60
5
5
---
6
6
7
-
This guide specifically focuses on the frontend part of the [Sentry](https://github.com/getsentry/sentry) and [Getsentry](https://github.com/getsentry/getsentry) codebases. It assumes you are using the eslint rules outlined by [eslint-config-sentry](https://github.com/getsentry/eslint-config-sentry); hence code style enforced by these linting rules will not be discussed here.
7
+
This guide specifically focuses on the frontend part of the [Sentry](https://github.com/getsentry/sentry).
8
8
9
9
## Directory structure
10
10
11
-
The frontend codebase is currently located under `static/app` in sentry and `static/getsentry` in getsentry.
11
+
The frontend codebase is currently located under `static/app`.
12
+
13
+
As of March 2025 `static/gsApp` and `static/gsAdmin` have been open-sourced and merged into [Sentry](https://github.com/getsentry/sentry). If you are looking for earlier git history of those folders you need to have access to [Getsentry](https://github.com/getsentry/getsentry).
0 commit comments