Skip to content

Commit fb1d451

Browse files
committed
Merge branch 'master' of github.com:getsentry/sentry-docs into smi/sveltekit/clean-up-manual-qs-instrumentation
2 parents 296515c + 118bb6e commit fb1d451

File tree

99 files changed

+398
-4308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+398
-4308
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.babelrc.js
2-
apps/changelog

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"**/src/wizard/**": true
1515
},
1616
"cSpell.words": [
17+
"fixability",
1718
"laravel",
1819
"subprocessor",
1920
"subprocessors"

CONTRIBUTING.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,3 @@ yarn dev:developer-docs
2020
```
2121

2222
With that, the repo is fully set up and you are ready to open local docs under http://localhost:3000
23-
24-
### Database
25-
26-
There is a compose file to start a local postgres db:
27-
28-
```
29-
docker-compose up -d
30-
```
31-
32-
If you already run a local postgres, it will create a `changelog` table.
33-
34-
The inital setup or the clean the database call:
35-
36-
```
37-
yarn migrate:dev
38-
```
39-
40-
To add new entries, visit `/changelog/_admin` you need to have a Google Account in the Sentry org to login.
41-
42-
#### Seeding
43-
44-
Call
45-
46-
```
47-
npx prisma db seed
48-
```

apps/changelog/.env.development

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/changelog/.env.example

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/changelog/.gitignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

apps/changelog/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/changelog/docker-compose.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/changelog/next.config.mjs

Lines changed: 0 additions & 62 deletions
This file was deleted.

apps/changelog/package.json

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)