Skip to content

Commit 1e82c4c

Browse files
authored
chore(develop): correct casing of JavaScript (#12582)
1 parent 102275c commit 1e82c4c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

develop-docs/application-architecture/dynamic-sampling/fidelity-and-biases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Since the adoption of a release is not constant, we created a system of _decayin
9191

9292
![Sample Rate and Adoption](./images/sampleRateAndAdoption.png)
9393

94-
The latest release bias uses a decaying rule to interpolate between a starting sample rate and an ending sample rate over a time window that is statically defined for each platform (the list of time to adoptions is define [here](https://github.com/getsentry/sentry/blob/9b98be6b97323a78809a829e06dcbef26a16365c/src/sentry/dynamic_sampling/rules/helpers/time_to_adoptions.py#L25). For example, Android has a bigger time window than Javascript because on average Android apps take more time to get adopted by users.
94+
The latest release bias uses a decaying rule to interpolate between a starting sample rate and an ending sample rate over a time window that is statically defined for each platform (the list of time to adoptions is define [here](https://github.com/getsentry/sentry/blob/9b98be6b97323a78809a829e06dcbef26a16365c/src/sentry/dynamic_sampling/rules/helpers/time_to_adoptions.py#L25). For example, Android has a bigger time window than JavaScript because on average Android apps take more time to get adopted by users.
9595

9696
### Prioritize Dev Environments
9797

develop-docs/application-architecture/feedback-architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ event[”contexts”][”feedback”] = {
6868

6969
- This doc refers to the payload format (`event` in the pseudo-code above) as a “**feedback event”**.
7070
- The feedback [widget](https://docs.sentry.io/platforms/javascript/user-feedback/#user-feedback-widget), which is installed by default, sends these envelopes.
71-
- SDK API: to manually capture feedback, use `captureFeedback()`. [Example for Javascript v8+](https://docs.sentry.io/platforms/javascript/user-feedback/#user-feedback-api). This function still needs
71+
- SDK API: to manually capture feedback, use `captureFeedback()`. [Example for JavaScript v8+](https://docs.sentry.io/platforms/javascript/user-feedback/#user-feedback-api). This function still needs
7272
to be implemented for most platforms.
7373
<br />
7474
<br />

develop-docs/development-infrastructure/testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Acceptance tests can be found in `tests/acceptance` and run locally with `pytest
304304
### Running acceptance tests
305305

306306
When you run acceptance tests, webpack will be run automatically to build static assets.
307-
If you change Javascript files while creating or modifying acceptance tests, you'll need
307+
If you change JavaScript files while creating or modifying acceptance tests, you'll need
308308
to `rm .webpack.meta` after each change to trigger a rebuild on static assets.
309309

310310
```shell

develop-docs/sdk/platform-specifics/javascript-sdks/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: JavaScript SDKs
3-
description: Information specific to developing Javascript based SDKs.
3+
description: Information specific to developing JavaScript based SDKs.
44
sidebar_order: 6
55
---
66

0 commit comments

Comments
 (0)