Skip to content

Commit 3a47569

Browse files
authored
docs: Note the getsentry merge in the frontend docs (#13021)
1 parent d1c1ec8 commit 3a47569

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

develop-docs/frontend/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ description: How we write frontend code at Sentry.
44
sidebar_order: 60
55
---
66

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).
88

99
## Directory structure
1010

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).
1214

1315
## Folder & File structure
1416

0 commit comments

Comments
 (0)