Skip to content

Commit 76f66e5

Browse files
mydeaLms24
andauthored
Apply suggestions from code review
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 369932b commit 76f66e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v8-new-performance-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ which can have a nested tree of **Spans**.
3434
## The new model: Goodbye Transactions, Hello Spans Everywhere!
3535

3636
In the new model, transactions are conceptually gone. Instead, you will _always_ operate on spans, no matter where in
37-
the tree you are. Note that in the background, spans _may_ still be bundled up to transaction for the UI. However, this
37+
the tree you are. Note that in the background, spans _may_ still be grouped into a transaction for the Sentry UI. However, this
3838
happens transparently, and from an SDK perspective, all you have to think about are spans.
3939

4040
## The Span schema
@@ -47,7 +47,7 @@ below to see which things used to exist, and how they can/should be mapped going
4747
| --------------------- | ---------------------------------------------------- |
4848
| `traceId` | `spanContext().traceId` |
4949
| `spanId` | `spanContext().spanId` |
50-
| `parentSpanId` | Same |
50+
| `parentSpanId` | Unchanged |
5151
| `status` | TODO: new signature |
5252
| `sampled` | `spanContext().traceFlags` |
5353
| `startTimestamp` | `startTime` - note that this has a different format! |

0 commit comments

Comments
 (0)