Skip to content

Commit c6d0a87

Browse files
authored
Merge branch 'getsentry:master' into master
2 parents 2e8b78c + ef62537 commit c6d0a87

File tree

2,941 files changed

+78242
-38221
lines changed

Some content is hidden

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

2,941 files changed

+78242
-38221
lines changed

β€Ž.env.exampleβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# warning: variables prefixed with NEXT_PUBLIC_ will be made available to client-side code
44
# be careful not to expose sensitive data (in this case your Algolia admin key)
55

6-
NEXT_PUBLIC_ALGOLIA_APP_ID=OOK48W9UCL
7-
NEXT_PUBLIC_ALGOLIA_SEARCH_KEY=ca98597f559459c216891b75989832f8
6+
NEXT_PUBLIC_ALGOLIA_APP_ID=
7+
NEXT_PUBLIC_ALGOLIA_SEARCH_KEY=

β€Ž.env.productionβ€Ž

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

β€Ž.env.testβ€Ž

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

β€Ž.eslintrc.jsβ€Ž

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
1-
/* eslint-env node */
2-
/* eslint import/no-nodejs-modules:0 */
3-
41
module.exports = {
52
extends: ['sentry-docs', 'plugin:@next/next/recommended'],
63
globals: {
7-
jest: true,
84
Atomics: 'readonly',
95
SharedArrayBuffer: 'readonly',
106
},
117
rules: {
128
'import/no-nodejs-modules': 'off',
139
},
14-
overrides: [
15-
{
16-
files: ['*.ts', '*.tsx'],
17-
rules: {
18-
// Reach is vendored into gatsby. They have their own webpack
19-
// resolution for it which this eslint plugin can't seem to detect
20-
'import/no-unresolved': ['error', {ignore: ['@reach']}],
21-
},
22-
},
23-
],
2410
};

β€Ž.github/CODEOWNERSβ€Ž

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# /src/wizard/android/ @getsentry/team-mobile-core
1313
# /src/platforms/apple/ @getsentry/team-mobile-core
1414
# /src/wizard/apple/ @getsentry/team-mobile-core
15-
# /src/platforms/flutter/ @getsentry/team-mobile-cross-platform
15+
# /src/platforms/dart/guides/flutter/ @getsentry/team-mobile-cross-platform
1616
# /src/wizard/flutter/ @getsentry/team-mobile-cross-platform
1717
# /src/platforms/dart/ @getsentry/team-mobile-cross-platform
1818
# /src/wizard/dart/ @getsentry/team-mobile-cross-platform
@@ -34,21 +34,23 @@
3434
# /src/wizard/rust/ @getsentry/owners-native
3535

3636
# /src/docs/product/discover-queries/ @getsentry/visibility
37-
# /src/docs/product/performance/ @getsentry/visibility
37+
# /src/docs/product/insights/ @getsentry/insights
3838

39-
# /src/docs/product/cli/dif/ @getsentry/owners-native
39+
# /src/docs/cli/dif.mdx @getsentry/owners-native
4040

41-
# /.github/labels.yml @getsentry/open-source
42-
# /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
43-
# /bin/react-to-product-owners-yml-changes.py @getsentry/open-source
44-
# /bin/react-to-product-owners-yml-changes.sh @getsentry/open-source
41+
# /.github/labels.yml @getsentry/dev-infra
42+
# /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/dev-infra
43+
# /bin/react-to-product-owners-yml-changes.py @getsentry/dev-infra
44+
# /bin/react-to-product-owners-yml-changes.sh @getsentry/dev-infra
4545

4646
# ###### Replays #######
4747

48-
# /src/docs/product/session-replay/ @getsentry/replay
49-
# /src/includes/session-replay-web-report-bug.mdx @getsentry/replay
50-
# /src/platform-includes/session-replay/ @getsentry/replay @getsentry/replay-sdk-web
51-
# /src/platforms/javascript/common/session-replay/ @getsentry/replay @getsentry/replay-sdk-web
52-
# /src/wizard/javascript/replay-onboarding/ @getsentry/replay @getsentry/replay-sdk-web
48+
# /src/docs/product/session-replay/web @jas-kas @getsentry/replay-sdk-web @getsentry/replay-frontend @getsentry/replay-backend
49+
# /src/docs/product/session-replay/mobile @jas-kas @getsentry/replay-sdk-mobile @getsentry/replay-frontend @getsentry/replay-backend
50+
# /src/includes/session-replay-web-report-bug.mdx @getsentry/replay-sdk-web
51+
# /src/platform-includes/session-replay/ @getsentry/replay-sdk-web @getsentry/replay-sdk-mobile
52+
# /src/platforms/javascript/common/session-replay/ @getsentry/replay-sdk-web
53+
54+
# /src/docs/product/dev-toolbar/ @ryan953 @jas-kas
5355

5456
# ###### End Replays #######

β€Ž.github/ISSUE_TEMPLATE/issue-content-01-sdks.ymlβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "πŸ“ SDK Documentation"
2-
labels: ["Type: Content", "SDKs"]
1+
name: 'πŸ“ SDK Documentation'
2+
labels: ['Type: Content', 'SDKs']
33
description: Missing, incorrect, or unclear documentation of SDKs.
4+
type: Improvement
45
body:
56
- type: markdown
67
attributes:

β€Ž.github/ISSUE_TEMPLATE/issue-content-02-product.ymlβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "πŸ“ Product Documentation"
2-
labels: ["Type: Content", "Product"]
1+
name: 'πŸ“ Product Documentation'
2+
labels: ['Type: Content', 'Product']
33
description: Missing, incorrect, or unclear documentation of product features.
4+
type: Improvement
45
body:
56
- type: markdown
67
attributes:
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: 'πŸ“ Documentation on develop.sentry.dev'
2+
labels: ['Type: Content', 'Develop']
3+
description: Missing, incorrect, or unclear developer documentation.
4+
type: Improvement
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |-
9+
Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead!
10+
- type: input
11+
id: area-specific
12+
attributes:
13+
label: Which section?
14+
description: Which section of the developer documentation needs to be updated?
15+
validations:
16+
required: true
17+
- type: input
18+
id: page-url
19+
attributes:
20+
label: Page URL
21+
description: Please provide the URL of the page which should be changed (if applicable).
22+
- type: textarea
23+
id: description
24+
attributes:
25+
label: Description
26+
description: What were you looking for/trying to do/expecting?
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: solution
31+
attributes:
32+
label: Suggested Solution
33+
description: If you have an idea on how we can solve this, please share.
34+
- type: markdown
35+
attributes:
36+
value: |-
37+
## Thanks πŸ™
38+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

β€Ž.github/ISSUE_TEMPLATE/issue-platform-404.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: "πŸ’» Docs Platform: πŸ”— 404 Error"
2-
labels: "Type: Platform,404"
1+
name: 'πŸ’» Docs Platform: πŸ”— 404 Error'
2+
labels: 'Type: Platform,404'
33
description: Broken links, missing pages, and other 404 errors.
4-
4+
type: Bug
55
body:
66
- type: textarea
77
id: url

β€Ž.github/ISSUE_TEMPLATE/issue-platform-bug.ymlβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: "πŸ’» Docs Platform: 🐞 Bug"
2-
labels: "Type: Platform,Bug"
1+
name: 'πŸ’» Docs Platform: 🐞 Bug'
2+
labels: 'Type: Platform'
3+
type: Bug
34
description: Problems with the technical platform of our docs.
45
body:
56
- type: textarea

0 commit comments

Comments
Β (0)