Skip to content

Commit b0b34d6

Browse files
Remove duplicated by (#14945)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* Some parts of the documentation were using `by by`, I replaced themy by just `by`. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 92216a1 commit b0b34d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

develop-docs/sdk/telemetry/client-reports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ that SDKs send these under normal operation:
111111
: _List of outcome objects_ \{`reason`, `category`, `quantity`\}
112112

113113
These function like `discarded_events` but identify events that were rate limited,
114-
filtered or filtered by by dynamic sampling _at a relay_. Client SDKs must never
114+
filtered or filtered by dynamic sampling _at a relay_. Client SDKs must never
115115
emit these _unless_ they are operating as a relay. The reason codes for these
116116
need to match the reason codes that relay would emit directly to Sentry.
117117

docs/platforms/javascript/common/user-feedback/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The following values are only available as CSS variables, and apply to both dark
164164
| `--inset` | `auto 0 0 auto` | By default, the widget has fixed position, and is in the bottom right corner. |
165165
| `--page-margin` | `16px` | The margin from the edge of the screen that the widget should be positioned. This also accepts shorthand values like `10px 20px 30px 10px` for top/right/bottom/left margins. |
166166

167-
Colors can be customized by by defining CSS variables that override the default values, or by passing `themeLight` and/or `themeDark` to `feedbackIntegration({})`.
167+
Colors can be customized by defining CSS variables that override the default values, or by passing `themeLight` and/or `themeDark` to `feedbackIntegration({})`.
168168

169169
| CSS Variable | Configuration Key | Default Light Mode | Default Dark Mode | Description |
170170
| --------------------- | ------------------ | ----------------------------------------- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)