File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
develop-docs/sdk/data-model/event-payloads Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments