Skip to content

Commit 6aa5fb1

Browse files
mydeaandreiborza
andcommitted
Apply suggestions from code review
Co-authored-by: Andrei <[email protected]>
1 parent 5e26fc8 commit 6aa5fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/creating-a-new-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A purely server SDK generally should cover the following things:
6666
### 2a. Error Monitoring
6767

6868
We have global error handlers out of the box. However, in many frameworks there are ways for users to capture errors
69-
too, which may lead to them not bubble up to our global handlers. Generally, the goal is that all errors are captured by
69+
too, which may lead to them not bubbling up to our global handlers. Generally, the goal is that all errors are captured by
7070
Sentry.
7171

7272
Either we should use some hook (e.g. `app.on('error')`) to capture exceptions, or provide composables (e.g.
@@ -93,7 +93,7 @@ Some of the following concepts may be relevant to your SDK:
9393

9494
#### Middleware Tracking
9595

96-
Additionally, Node SDKs may also **Middleware Tracking**. If possible, we may want to instrument middlewares, and create
96+
Additionally, Node SDKs may also do **Middleware Tracking**. If possible, we may want to instrument middlewares, and create
9797
spans for them. These are stretch goals, though, and do not need to be part of an MVP.
9898

9999
### 2c. OPTIONAL: Additional features

0 commit comments

Comments
 (0)