Skip to content

Commit 99126ad

Browse files
vigliabitsandfoxes
authored andcommitted
fix(profiling): fix sample v2 timestamp doc (#14165)
## 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:* - [x] Checked Vercel preview for correctness, including links - [x] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [x] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 28e09f1 commit 99126ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

develop-docs/sdk/telemetry/profiles/sample-format-v2.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ milliseconds.
199199
: *List, required* Contains a list of sample object captured during execution.
200200
Each sample can contain the following attributes:
201201

202-
- `timestamp`: *64-bit floating point, required.* Contains the Unix timestamp in seconds with microseconds precision.
203-
in seconds with millisecond precision when the sample was captured.
202+
- `timestamp`: *64-bit floating point, required.* Contains the Unix timestamp in seconds with microseconds precision of when the sample was captured.
204203
- `stack_id`: *Integer, required.* Contains the stack index from the `stacks` list.
205204
- `thread_id`: *String, required.* Contains the thread ID on which the sample was captured.
206205

0 commit comments

Comments
 (0)