Skip to content

Commit 8f866a6

Browse files
committed
Merge remote-tracking branch 'origin/master' into DominikB2014/swagger-ui-poc
2 parents 4ab20f4 + 482a30c commit 8f866a6

File tree

1,937 files changed

+39636
-17757
lines changed

Some content is hidden

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

1,937 files changed

+39636
-17757
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# /src/docs/product/discover-queries/ @getsentry/visibility
3737
# /src/docs/product/performance/ @getsentry/visibility
3838

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

4141
# /.github/labels.yml @getsentry/open-source
4242
# /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
@@ -51,4 +51,6 @@
5151
# /src/platforms/javascript/common/session-replay/ @getsentry/replay @getsentry/replay-sdk-web
5252
# /src/wizard/javascript/replay-onboarding/ @getsentry/replay @getsentry/replay-sdk-web
5353

54+
# /src/docs/product/dev-toolbar/ @getsentry/replay
55+
5456
# ###### End Replays #######
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: "📝 SDK Documentation"
2+
labels: ["Type: Content", "SDKs"]
3+
description: Missing, incorrect, or unclear documentation of SDKs.
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead!
9+
- type: dropdown
10+
id: area
11+
attributes:
12+
label: SDK
13+
description: Which SDK documentation are we talking about?
14+
options:
15+
- Android SDK
16+
- Apple SDK
17+
- Dart SDK
18+
- Elixir SDK
19+
- Flutter SDK
20+
- Go SDK
21+
- Java SDK
22+
- JavaScript SDK
23+
- Kotlin Multiplatform SDK
24+
- Native SDK
25+
- .NET SDK
26+
- PHP SDK
27+
- PowerShell SDK
28+
- Python SDK
29+
- React Native SDK
30+
- Ruby SDK
31+
- Rust SDK
32+
- Unity SDK
33+
- Unreal Engine SDK
34+
- Sentry CLI
35+
- All JavaScript SDKs
36+
- All Backend SDKs
37+
- All Mobile SDKs
38+
- All Gaming SDKs
39+
- All SDKs
40+
- Other
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: description
45+
attributes:
46+
label: Description
47+
description: What were you looking for/trying to do/expecting?
48+
validations:
49+
required: true
50+
- type: textarea
51+
id: solution
52+
attributes:
53+
label: Suggested Solution
54+
description: If you have an idea on how we can solve this, please share.
55+
validations:
56+
required: false
57+
- type: markdown
58+
attributes:
59+
value: |-
60+
## Thanks 🙏
61+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
1-
name: "📝 Docs Content"
2-
labels: "Type: Content"
3-
description: Missing, incorrect, unclear documentation or code samples.
1+
name: "📝 Product Documentation"
2+
labels: ["Type: Content", "Product"]
3+
description: Missing, incorrect, or unclear documentation of product features.
44
body:
55
- type: markdown
66
attributes:
77
value: |-
88
Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead!
9-
- type: dropdown
10-
id: area
11-
attributes:
12-
label: Core or SDK?
13-
description: What part of the Sentry documentation are we talking about?
14-
options:
15-
- Core Sentry product
16-
- Platform/SDK
17-
validations:
18-
required: true
199
- type: input
2010
id: area-specific
2111
attributes:
2212
label: Which part? Which one?
23-
description: Which area of the core Sentry product, or which platform/SDK?
13+
description: Which area of the core Sentry product?
2414
validations:
2515
required: true
2616
- type: textarea
@@ -42,5 +32,3 @@ body:
4232
value: |-
4333
## Thanks 🙏
4434
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
45-
validations:
46-
required: false
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+
body:
5+
- type: markdown
6+
attributes:
7+
value: |-
8+
Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead!
9+
- type: input
10+
id: area-specific
11+
attributes:
12+
label: Which section?
13+
description: Which section of the developer documentation needs to be updated?
14+
validations:
15+
required: true
16+
- type: input
17+
id: page-url
18+
attributes:
19+
label: Page URL
20+
description: Please provide the URL of the page which should be changed (if applicable).
21+
- type: textarea
22+
id: description
23+
attributes:
24+
label: Description
25+
description: What were you looking for/trying to do/expecting?
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: solution
30+
attributes:
31+
label: Suggested Solution
32+
description: If you have an idea on how we can solve this, please share.
33+
- type: markdown
34+
attributes:
35+
value: |-
36+
## Thanks 🙏
37+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
38+

.github/labels.yml

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
color: F6F6F8
1818
description: Pull requests that update a dependency file
1919

20+
# Issue types
21+
- name: 'Type: Content'
22+
color: FBCA04
23+
- name: 'Type: Platform'
24+
color: 1D76DB
25+
26+
#
27+
- name: 'Develop'
28+
color: F6F6F8
29+
2030
# Impacts
2131
- name: 'Impact: Large'
2232
color: C83852
@@ -32,6 +42,8 @@
3242
color: '584774'
3343
- name: 'Platform: Capacitor'
3444
color: '584774'
45+
- name: 'Platform: CLI'
46+
color: '584774'
3547
- name: 'Platform: Cocoa'
3648
color: '584774'
3749
- name: 'Platform: Cordova'
@@ -40,14 +52,20 @@
4052
color: '584774'
4153
- name: 'Platform: Elixir'
4254
color: '584774'
55+
- name: 'Platform: Flutter'
56+
color: '584774'
4357
- name: 'Platform: Go'
4458
color: '584774'
59+
- name: 'Platform: iOS'
60+
color: '584774'
4561
- name: 'Platform: Java'
4662
color: '584774'
4763
- name: 'Platform: JavaScript'
4864
color: '584774'
4965
- name: 'Platform: KMP'
5066
color: '584774'
67+
- name: 'Platform: Native'
68+
color: '584774'
5169
- name: 'Platform: PHP'
5270
color: '584774'
5371
- name: 'Platform: Python'
@@ -67,6 +85,7 @@
6785
- name: 'Platform: Xamarin'
6886
color: '584774'
6987

88+
7089
# Waiting for Labels
7190
- name: 'Waiting for: Support'
7291
color: '8D5494'
@@ -217,16 +236,36 @@
217236
- name: 'Team: Web Frontend'
218237
color: 8D5494
219238
description: team-web-sdk-frontend
239+
- name: 'Team: Web Frontend SDKs'
240+
color: 8D5494
241+
description: team-web-sdk-frontend
220242
- name: 'Team: Web SDK Backend'
221243
color: 8D5494
222244
description: team-web-sdk-backend
245+
- name: 'Team: Web Backend SDKs'
246+
color: 8D5494
247+
description: team-web-sdk-backend
223248
- name: 'Team: Workflow'
224249
color: 8D5494
250+
- name: 'All SDKs'
251+
color: 1D76DB
252+
- name: 'SDKs'
253+
color: 1D76DB
254+
- name: 'Develop'
255+
color: 8D5494
256+
- name: 'Do not merge'
257+
color: 8D5494
258+
- name: 'Improvement'
259+
color: 8D5494
260+
- name: 'Launch 🚀'
261+
color: 8D5494
262+
- name: 'Product'
263+
color: 8D5494
225264

226265
# Miscellaneous
227266
- name: API Docs
228267
color: 649B42
229-
- name: bug
268+
- name: Bug
230269
color: F6F6F8
231270
- name: Common content
232271
color: B0E299
@@ -279,3 +318,11 @@
279318
color: F6F6F8
280319
- name: release health
281320
color: F6F6F8
321+
- name: submodules
322+
color: F6F6F8
323+
- name: '404'
324+
color: F6F6F8
325+
- name: darkmode
326+
color: F6F6F8
327+
- name: github_actions
328+
color: F6F6F8

.github/workflows/algolia-index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- 'platform-includes/**'
2424
dev-docs:
2525
- 'develop-docs/**'
26-
- uses: oven-sh/setup-bun@v1
26+
- uses: oven-sh/setup-bun@v2
2727
with:
28-
bun-version: latest
28+
bun-version: '1.1.34'
2929

3030
- uses: actions/cache@v4
3131
id: cache

0 commit comments

Comments
 (0)