Skip to content

Commit 4f7a3f2

Browse files
committed
Revert false positives
1 parent d5e564d commit 4f7a3f2

File tree

20 files changed

+54
-54
lines changed

20 files changed

+54
-54
lines changed

docs/platforms/apple/common/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_order: 9000
66

77
## "Missing API declaration" after App Store review
88

9-
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITEMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/apple/data-management/apple-privacy-manifest) guide.
9+
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/apple/data-management/apple-privacy-manifest) guide.
1010

1111
## Wrong App Start Data
1212

docs/platforms/dart/guides/flutter/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please read the [Android developer documentation](https://developer.android.com/
1616

1717
## "Missing API declaration" after App Store review
1818

19-
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITEMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/dart/guides/flutter/data-management/apple-privacy-manifest) guide.
19+
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/dart/guides/flutter/data-management/apple-privacy-manifest) guide.
2020

2121
## Known Limitations
2222

docs/platforms/dotnet/guides/aspnetcore/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Install-Package Sentry.AspNetCore -Version {{@inject packages.version('sentry.do
2626
dotnet add package Sentry.AspNetCore -v {{@inject packages.version('sentry.dotnet.aspnetcore') }}
2727
```
2828

29-
```shell {tabTitle:Packet CLI}
30-
packet add Sentry --version {{@inject packages.version('sentry.dotnet.aspnetcore') }}
29+
```shell {tabTitle:Paket CLI}
30+
paket add Sentry --version {{@inject packages.version('sentry.dotnet.aspnetcore') }}
3131
```
3232

3333
This package extends [Sentry.Extensions.Logging](/platforms/dotnet/guides/extensions-logging/). This means that besides the ASP.NET Core related features, through this package you'll also get access to all the framework's logging integration and also the features available in the main [Sentry](/platforms/dotnet/) SDK.

docs/platforms/dotnet/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Install the **NuGet** package to add the Sentry dependency:
4747
Install-Package Sentry -Version {{@inject packages.version('sentry.dotnet') }}
4848
```
4949

50-
```shell {tabTitle:Packet CLI}
51-
packet add Sentry --version {{@inject packages.version('sentry.dotnet') }}
50+
```shell {tabTitle:Paket CLI}
51+
paket add Sentry --version {{@inject packages.version('sentry.dotnet') }}
5252
```
5353
</OnboardingOption>
5454

@@ -70,9 +70,9 @@ Install the **NuGet** package to add the Sentry dependency:
7070
Install-Package Sentry.Profiling -Version {{@inject packages.version('sentry.dotnet.profiling') }}
7171
```
7272

73-
```shell {tabTitle:Packet CLI}
74-
packet add Sentry --version {{@inject packages.version('sentry.dotnet') }}
75-
packet add Sentry.Profiling --version {{@inject packages.version('sentry.dotnet.profiling') }}
73+
```shell {tabTitle:Paket CLI}
74+
paket add Sentry --version {{@inject packages.version('sentry.dotnet') }}
75+
paket add Sentry.Profiling --version {{@inject packages.version('sentry.dotnet.profiling') }}
7676
```
7777
</OnboardingOption>
7878

docs/platforms/javascript/common/user-feedback/configuration/index__v7.x.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@ feedbackIntegration({
5858

5959
Most text that you see in the default Feedback widget can be customized.
6060

61-
| Key | Default | Description |
62-
| -------------------- | -------------------------------------- | ------------------------------------------------------------------ |
63-
| `buttonLabel` | `Report a Bug` | The label of the injected button. |
64-
| `submitButtonLabel` | `Send Bug Report` | The label of the submit button used in the feedback form. |
65-
| `cancelButtonLabel` | `Cancel` | The label of the cancel button used in the feedback form. |
66-
| `formTitle` | `Report a Bug` | The title at the top of the feedback form. |
67-
| `nameLabel` | `Name` | The label of the name input field. |
68-
| `namePlaceholder` | `Your Name` | The placeholder for the name input field. |
69-
| `emailLabel` | `Email` | The label of the email input field. |
70-
| `emailPlaceholder` | `[email protected]` | The placeholder for the email input field. |
71-
| `messageLabel` | `Description` | The label for the feedback description input field. |
72-
| `messagePlaceholder` | `What's the bug? What did you expect?` | The placeholder for the feedback description input field. |
61+
| Key | Default | Description |
62+
| -------------------- | -------------------------------------- | ------------------------------------------------------------------- |
63+
| `buttonLabel` | `Report a Bug` | The label of the injected button. |
64+
| `submitButtonLabel` | `Send Bug Report` | The label of the submit button used in the feedback form. |
65+
| `cancelButtonLabel` | `Cancel` | The label of the cancel button used in the feedback form. |
66+
| `formTitle` | `Report a Bug` | The title at the top of the feedback form. |
67+
| `nameLabel` | `Name` | The label of the name input field. |
68+
| `namePlaceholder` | `Your Name` | The placeholder for the name input field. |
69+
| `emailLabel` | `Email` | The label of the email input field. |
70+
| `emailPlaceholder` | `[email protected]` | The placeholder for the email input field. |
71+
| `messageLabel` | `Description` | The label for the feedback description input field. |
72+
| `messagePlaceholder` | `What's the bug? What did you expect?` | The placeholder for the feedback description input field. |
7373
| `successMessageText` | `Thank you for your report!` | The message to be displayed after a successful feedback submission. |
74-
| `isRequiredText` | `(required)` | The text displayed next to a required field. |
74+
| `isRequiredText` | `(required)` | The text displayed next to a required field. |
7575

7676
Example of customization:
7777

docs/platforms/javascript/guides/cloudflare/frameworks/astro.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ After installing the Sentry Astro SDK, you can now install the Sentry Cloudflare
1111

1212
<PlatformContent includePath="getting-started-install" />
1313

14-
To use the SDK, you'll need to set either the `nodejs_also` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
14+
To use the SDK, you'll need to set either the `nodejs_als` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
1515
needs access to the `AsyncLocalStorage` API to work correctly.
1616

1717
```jsonc {tabTitle:JSON} {filename:wrangler.jsonc}
1818
{
1919
"compatibility_flags": [
20-
"nodejs_also",
20+
"nodejs_als",
2121
// "nodejs_compat"
2222
],
2323
}
2424
```
2525

2626
```toml {tabTitle:Toml} {filename:wrangler.toml}
27-
compatibility_flags = ["nodejs_also"]
27+
compatibility_flags = ["nodejs_als"]
2828
# compatibility_flags = ["nodejs_compat"]
2929
```
3030

3131
```toml {tabTitle:Toml} {filename:wrangler.toml}
3232
compatibility_flags = ["nodejs_compat"]
33-
# compatibility_flags = ["nodejs_also"]
33+
# compatibility_flags = ["nodejs_als"]
3434
```
3535

3636
Then create a `functions` directory and add a `_middleware.js` file to it with the following code:

docs/platforms/javascript/guides/cloudflare/frameworks/remix.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ Now you can install the Sentry Cloudflare SDK. First, install the SDK with your
2323

2424
<PlatformContent includePath="getting-started-install" />
2525

26-
To use the SDK, you'll need to set either the `nodejs_also` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
26+
To use the SDK, you'll need to set either the `nodejs_als` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
2727
needs access to the `AsyncLocalStorage` API to work correctly.
2828

2929
```jsonc {tabTitle:JSON} {filename:wrangler.jsonc}
3030
{
3131
"compatibility_flags": [
32-
"nodejs_also",
32+
"nodejs_als",
3333
// "nodejs_compat"
3434
],
3535
}
3636
```
3737

3838
```toml {tabTitle:Toml} {filename:wrangler.toml}
39-
compatibility_flags = ["nodejs_also"]
39+
compatibility_flags = ["nodejs_als"]
4040
# compatibility_flags = ["nodejs_compat"]
4141
```
4242

docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you installed the SDK before, make sure that `@sentry/sveltekit` version `9.2
2323

2424
## 2. Cloudflare configuration
2525

26-
To use the SDK, you'll need to set either the `nodejs_also` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
26+
To use the SDK, you'll need to set either the `nodejs_als` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
2727
needs access to the `AsyncLocalStorage` API to work correctly.
2828

2929
```jsonc {tabTitle:JSON} {filename:wrangler.jsonc}
3030
{
3131
"compatibility_flags": [
32-
"nodejs_also",
32+
"nodejs_als",
3333
// "nodejs_compat"
3434
],
3535
}
3636
```
3737

3838
```toml {tabTitle:Toml} {filename:wrangler.toml}
39-
compatibility_flags = ["nodejs_also"]
39+
compatibility_flags = ["nodejs_als"]
4040
# compatibility_flags = ["nodejs_compat"]
4141
```
4242

docs/platforms/javascript/guides/hono/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ yarn add @sentry/cloudflare
4242
pnpm add @sentry/cloudflare
4343
```
4444

45-
To use the SDK, you'll need to set either the `nodejs_also` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
45+
To use the SDK, you'll need to set either the `nodejs_als` or `nodejs_compat` compatibility flags in your `wrangler.jsonc`/`wrangler.toml` config. This is because the SDK
4646
needs access to the `AsyncLocalStorage` API to work correctly.
4747

4848
```jsonc {tabTitle:JSON} {filename:wrangler.jsonc}
4949
{
5050
"compatibility_flags": [
51-
"nodejs_also",
51+
"nodejs_als",
5252
// "nodejs_compat"
5353
],
5454
}
5555
```
5656

5757
```toml {tabTitle:Toml} {filename:wrangler.toml}
58-
compatibility_flags = ["nodejs_also"]
58+
compatibility_flags = ["nodejs_als"]
5959
# compatibility_flags = ["nodejs_compat"]
6060
```
6161

@@ -109,21 +109,21 @@ yarn add @sentry/cloudflare
109109
pnpm add @sentry/cloudflare
110110
```
111111

112-
To use the SDK, you'll need to set either the `nodejs_compat` or `nodejs_also` compatibility flags in your `wrangler.toml`/`wrangler.json`.
112+
To use the SDK, you'll need to set either the `nodejs_compat` or `nodejs_als` compatibility flags in your `wrangler.toml`/`wrangler.json`.
113113
This is because the SDK needs access to the `AsyncLocalStorage` API to work correctly.
114114

115115
```jsonc {tabTitle:JSON} {filename:wrangler.jsonc}
116116
{
117117
"compatibility_flags": [
118118
"nodejs_compat",
119-
// "nodejs_also"
119+
// "nodejs_als"
120120
],
121121
}
122122
```
123123

124124
```toml {tabTitle:Toml} {filename:wrangler.toml}
125125
compatibility_flags = ["nodejs_compat"]
126-
# compatibility_flags = ["nodejs_also"]
126+
# compatibility_flags = ["nodejs_als"]
127127
```
128128

129129
Next, add the `sentryPagesPlugin` as

docs/platforms/kotlin/guides/kotlin-multiplatform/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you need additional help, [ask on GitHub](https://github.com/getsentry/sentry
1010

1111
## "Missing API declaration" after App Store review
1212

13-
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITEMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/kotlin/guides/kotlin-multiplatform/data-management/apple-privacy-manifest) guide.
13+
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/kotlin/guides/kotlin-multiplatform/data-management/apple-privacy-manifest) guide.
1414

1515
## Tests Not Working
1616

docs/platforms/native/advanced-usage/signal-handling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In the context of the Native SDK, we are only interested in signals that will re
2828

2929
* `SIGSEGV`: The process tried to access an invalid virtual memory "segment".
3030
* `SIGBUS`: The process tried to access an invalid physical address or a VM page failed to "page-in".
31-
* `SIGABRT`: Raised when `abort()` was called. This is the only signal handled on Windows (and only by the `crashpad` backend) because calling `abort()` bypasses Structured Exception Handling ([`SHE`](https://learn.microsoft.com/en-us/windows/win32/debug/structured-exception-handling)).
31+
* `SIGABRT`: Raised when `abort()` was called. This is the only signal handled on Windows (and only by the `crashpad` backend) because calling `abort()` bypasses Structured Exception Handling ([`SEH`](https://learn.microsoft.com/en-us/windows/win32/debug/structured-exception-handling)).
3232
* `SIGFPE`: An erroneous arithmetic operation occurred in the CPU.
3333
* `SIGILL`: The process attempted to execute an illegal (often privileged) processor instruction.
3434
* `SIGTRAP`: This is typically used to inform debuggers when execution hits a breakpoint instruction (`int 3`, `brk`, etc.). Instrumentation tools and sanitizers also sometimes issue breakpoints.

docs/platforms/native/common/enriching-events/screenshots/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn more about taking screenshots when an error occurs. Sentry p
55

66
Sentry makes it possible to automatically take a screenshot and include it as an <PlatformLink to="/enriching-events/attachments/">attachment</PlatformLink> when a user experiences an error, an exception, or a crash.
77

8-
This feature is currently only available on Windows and has a few limitations. For example, the `inproc` and `breakpad` backends use local exception handlers for capturing the screenshot and therefore rely on the exception handler being called. Only the `crashpad` backend with an external handler process is able to capture screenshots of fast-fail crashes that bypass Structured Exception Handling ([`SHE`](https://learn.microsoft.com/en-us/windows/win32/debug/structured-exception-handling)). Another example where a screenshot might not be available is when the event happens before the screen starts to load. So inherently, this feature is a best effort solution.
8+
This feature is currently only available on Windows and has a few limitations. For example, the `inproc` and `breakpad` backends use local exception handlers for capturing the screenshot and therefore rely on the exception handler being called. Only the `crashpad` backend with an external handler process is able to capture screenshots of fast-fail crashes that bypass Structured Exception Handling ([`SEH`](https://learn.microsoft.com/en-us/windows/win32/debug/structured-exception-handling)). Another example where a screenshot might not be available is when the event happens before the screen starts to load. So inherently, this feature is a best effort solution.
99

1010
## Enabling Screenshots
1111

docs/platforms/python/legacy-sdk/integrations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ To use with Sentry, use the Sentry handler tag:
12681268
</logger>
12691269
```
12701270

1271-
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORRs.
1271+
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORs.
12721272

12731273
All options of `raven.base.Client` are supported.
12741274

@@ -1338,7 +1338,7 @@ Zope has extensible logging configuration options. A basic instance (not ZEO cli
13381338
</eventlog>
13391339
```
13401340

1341-
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORRs.
1341+
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORs.
13421342

13431343
All options of `raven.base.Client` are supported.
13441344

docs/platforms/unreal/configuration/setup-crashreporter/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Sentry SDK can integrate with the UE Crash Reporter, but it also offers addition
4545
| Supported engine versions | All UE 5 and UE 4.27 | Built-in engine tool |
4646
| Supported platforms | Desktop, mobile, consoles | Desktop |
4747
| Crash capturing * | Supported ** | Supported |
48-
| Additional event context | Supported | Supported |
48+
| Additional event context | Supported | Supported |
4949
| Automatic breadcrumbs | Supported | Not supported |
5050
| Screenshot attachment | Supported *** | Not supported |
5151
| Crash events filtering | Supported | Not supported |

docs/security-legal-pii/security/ssl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Supported ciphers:
3838
- TLS_RSA_WITH_AES_256_GCM_SHA384
3939
- TLS_RSA_WITH_AES_128_CBC_SHA
4040
- TLS_RSA_WITH_AES_256_CBC_SHA
41-
- TLS_RSA_WITH_3DES_EDGE_CBC_SHA
41+
- TLS_RSA_WITH_3DES_EDE_CBC_SHA
4242

4343
This suite of protocols and ciphers represents Sentry's official support; however, clients may experience an agreement on individual ciphers that exceed the strength ratings of those listed above.
4444

platform-includes/configuration/before-send/native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ The Crashpad backend on macOS doesn't currently support notifying the crashing p
7171

7272
<Alert level="warning" title="Limitations in Crashpad on Windows for Fast-fail Crashes">
7373

74-
The Crashpad backend on Windows supports fast-fail crashes, which bypass SHE (Structured Exception Handling) primarily for security reasons. `sentry-native` registers a WER (Windows Error Reporting) module, which signals the `crashpad_handler` to send a minidump when a fast-fail crash occurs. However, since this process bypasses SHE, the application local exception handler is no longer invoked, which also means that for these kinds of crashes, `before_send` and `on_crash` will not be invoked before sending the minidump and thus have no effect.
74+
The Crashpad backend on Windows supports fast-fail crashes, which bypass SEH (Structured Exception Handling) primarily for security reasons. `sentry-native` registers a WER (Windows Error Reporting) module, which signals the `crashpad_handler` to send a minidump when a fast-fail crash occurs. However, since this process bypasses SEH, the application local exception handler is no longer invoked, which also means that for these kinds of crashes, `before_send` and `on_crash` will not be invoked before sending the minidump and thus have no effect.
7575

7676
</Alert>

platform-includes/getting-started-install/dotnet.aspnetcore.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Install-Package Sentry.AspNetCore
1212
dotnet add package Sentry.AspNetCore
1313
```
1414

15-
Packet:
15+
Paket:
1616

1717
```shell
18-
packet add Sentry.AspNetCore
18+
paket add Sentry.AspNetCore
1919
```

platform-includes/getting-started-install/dotnet.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dotnet add package Sentry -v {{@inject packages.version('sentry.dotnet') }}
88
Install-Package Sentry -Version {{@inject packages.version('sentry.dotnet') }}
99
```
1010

11-
```shell {tabTitle:Packet CLI}
12-
packet add Sentry --version {{@inject packages.version('sentry.dotnet') }}
11+
```shell {tabTitle:Paket CLI}
12+
paket add Sentry --version {{@inject packages.version('sentry.dotnet') }}
1313
```

0 commit comments

Comments
 (0)