You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/traces/tracing-without-performance.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This means that SDKs by default always:
22
22
TwP is active by default if users don't specify sampling options that enable span collection and sending (i.e. [regular tracing](#enable-regular-tracing)).
23
23
For example, the following trivial SDK setup (note the absence of sampling options) enables TwP:
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/configuration/filtering.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ Learn more about <PlatformLink to="/configuration/sampling/">configuring the sam
227
227
228
228
## Filtering Spans
229
229
230
-
Available since Javascript SDK version `8.2.0`.
230
+
Available since JavaScript SDK version `8.2.0`.
231
231
232
232
To prevent certain spans from being reported to Sentry, use the <PlatformIdentifiername="before-send-span" /> configuration option which allows you to provide a function to modify and drop a child span.
233
233
This function is only called for child spans of the root span. If you want to modify or drop the root span, including its child spans, use [`beforeSendTransaction`](#using-beforesendtransaction) instead.
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/profiling/browser-profiling.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,4 +80,4 @@ What does Sentry's JavaScript browser profile offer that Chrome DevTools does no
80
80
81
81
Please note, that since the browser profiling API is currently only implemented in Chromium-based browsers, the profiles collected with Sentry's JavaScript browser profiling will inherently be biased toward that demographic. This is something that you'll need to consider if you're basing your decisions on the data collected.
82
82
83
-
We hope that as the Javascript browser profiling API gains adoption, other browsers will implement it as well. If you find the browser profiling feature helpful and would like to see it gain further adoption, please consider supporting the spec at the official WICG repository.
83
+
We hope that as the JavaScript browser profiling API gains adoption, other browsers will implement it as well. If you find the browser profiling feature helpful and would like to see it gain further adoption, please consider supporting the spec at the official WICG repository.
Copy file name to clipboardExpand all lines: docs/platforms/react-native/manual-setup/native-init.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ you have to [configure the sample rate](/platforms/apple/tracing/#configure-the-
35
35
36
36
<Alert>
37
37
38
-
Initializing with this method uses a Content Provider. Because the Javascript engine for React Native is also initialized using a Content Provider, we cannot guarantee that Sentry will always initialize before the JavaScript engine.
38
+
Initializing with this method uses a Content Provider. Because the JavaScript engine for React Native is also initialized using a Content Provider, we cannot guarantee that Sentry will always initialize before the JavaScript engine.
Copy file name to clipboardExpand all lines: docs/platforms/react-native/migration/before-v5.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ See the JS SDK migration guide [here](https://github.com/getsentry/sentry-javasc
100
100
101
101
## From 3.x to 4.x
102
102
103
-
By bumping Sentry JavaScript to v7, new breaking changes were introduced, to learn more about what was changed, check out the [breaking changes changelog](https://github.com/getsentry/sentry-javascript/blob/7.0.0/CHANGELOG.md#breaking-changes) from Sentry Javascript.
103
+
By bumping Sentry JavaScript to v7, new breaking changes were introduced, to learn more about what was changed, check out the [breaking changes changelog](https://github.com/getsentry/sentry-javascript/blob/7.0.0/CHANGELOG.md#breaking-changes) from Sentry JavaScript.
104
104
105
105
By bumping Sentry Android to v6, new breaking changes were introduced, to learn more about what was changed, check out the [migration guide](/platforms/android/migration/#migrating-from-iosentrysentry-android-5x-to-iosentrysentry-android-600).
Copy file name to clipboardExpand all lines: docs/platforms/react-native/tracing/instrumentation/automatic-instrumentation.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ We track stalls that occur in your React Native app during a transaction and pro
93
93
94
94
### Fetch/XML Request Instrumentation
95
95
96
-
The tracing integration creates a child span for every `XMLHttpRequest` or `fetch` request on the Javascript layer that occurs while those transactions are open. Learn more about [traces, transactions, and spans](/product/sentry-basics/tracing/distributed-tracing/).
96
+
The tracing integration creates a child span for every `XMLHttpRequest` or `fetch` request on the JavaScript layer that occurs while those transactions are open. Learn more about [traces, transactions, and spans](/product/sentry-basics/tracing/distributed-tracing/).
Copy file name to clipboardExpand all lines: docs/product/insights/frontend/web-vitals/web-vitals-concepts.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Google considers Core Web Vitals to be the most important metrics for measuring
24
24
### Interaction to Next Paint (INP)
25
25
26
26
<Alert>
27
-
On March 12, 2024, Interaction to Next Paint (INP) replaced First Input Delay (FID) as a Core Web Vital. Prior to this, INP was an experimental metric that Sentry did not collect. To begin collecting INP measurements, make sure your Javascript SDK version is [7.104.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.104.0) or higher and that the option [`enableInp`](/platforms/javascript/tracing/instrumentation/automatic-instrumentation/#enableinp) is on.
27
+
On March 12, 2024, Interaction to Next Paint (INP) replaced First Input Delay (FID) as a Core Web Vital. Prior to this, INP was an experimental metric that Sentry did not collect. To begin collecting INP measurements, make sure your JavaScript SDK version is [7.104.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.104.0) or higher and that the option [`enableInp`](/platforms/javascript/tracing/instrumentation/automatic-instrumentation/#enableinp) is on.
28
28
</Alert>
29
29
30
30
[Interaction to Next Paint (INP)](https://web.dev/articles/inp) measures the time from when a user interacts with a page (through a click, tap, or keyboard input) to when the next paint (rendering of content on the screen) occurs. INP aims to assess how quickly users see a response from the website after taking an action, which is crucial for providing a smooth and responsive user experience.
Copy file name to clipboardExpand all lines: platform-includes/getting-started-config/javascript.react.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ These hooks apply to all React components that are mounted to the container whic
84
84
85
85
### Add Error Boundary
86
86
87
-
If you're using React 16 or above, you can use the [Error Boundary](features/error-boundary/) component to automatically send Javascript errors from inside a component tree to Sentry, and set a fallback UI.
87
+
If you're using React 16 or above, you can use the [Error Boundary](features/error-boundary/) component to automatically send JavaScript errors from inside a component tree to Sentry, and set a fallback UI.
Copy file name to clipboardExpand all lines: platform-includes/getting-started-install/javascript.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ We also support installation via [CDN bundles](/platforms/javascript/install/loa
32
32
33
33
If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes.
34
34
35
-
If you are using our previous Browser Javascript SDK, you can access the <Linkrel={`nofollow`}to={`/platforms/javascript/legacy-sdk/`}>legacy SDK documentation</Link>, until further notice.
35
+
If you are using our previous Browser JavaScript SDK, you can access the <Linkrel={`nofollow`}to={`/platforms/javascript/legacy-sdk/`}>legacy SDK documentation</Link>, until further notice.
Copy file name to clipboardExpand all lines: platform-includes/performance/connect-services/javascript.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ For traces that begin in the front end, any requests made (and any requests your
4
4
5
5
<Alert>
6
6
7
-
The `baggage` header was added with version 7 of the Sentry Javascript SDK and is not yet standardized across other Sentry SDKs. It is part of an ongoing effort to create a more frictionless and targeted sampling approach, and its content is subject to change.
7
+
The `baggage` header was added with version 7 of the Sentry JavaScript SDK and is not yet standardized across other Sentry SDKs. It is part of an ongoing effort to create a more frictionless and targeted sampling approach, and its content is subject to change.
0 commit comments