Skip to content

Commit 8356a04

Browse files
committed
improve text
1 parent 209a8ea commit 8356a04

File tree

1 file changed

+7
-9
lines changed
  • develop-docs/sdk/data-model/event-payloads

1 file changed

+7
-9
lines changed

develop-docs/sdk/data-model/event-payloads/sdk.mdx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,13 @@ reference (branch, tag or SHA).
7171

7272
`runtime`
7373

74-
: _Optional_. A string to identify the runtime environment where the code executes when
75-
it's not obvious from the SDK name alone. This field is particularly valuable in
76-
Meta-Frameworks (like Next.js, Nuxt or React Router) to distinguish between frontend
77-
and backend parts.
78-
Showing the value of this field in the issue details helps developers quickly identify where
79-
an issue occurred without needing to analyze the full error context.
80-
81-
- `"Frontend"` - For code running in the browser
82-
- `"Backend"` - For server-side code, web workers or edge runtimes
74+
: _Optional_. A string to identify the runtime environment when it's not obvious from
75+
the SDK name alone. This field is particularly valuable in Meta-Frameworks (like Next.js,
76+
Nuxt or React Router) to distinguish between frontend and backend parts.
77+
Displaying this field in issue details allows developers to quickly determine where an error
78+
occurred without examining the full error context. The following strings are available:
79+
- `"Frontend"` - Code running in the browser
80+
- `"Backend"` - Code running on servers, web workers, or edge runtimes
8381

8482
## Example
8583

0 commit comments

Comments
 (0)