You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -104,6 +106,30 @@ A module that was loaded in the process. The key is the name of the module.
104
106
| Has dynamic suffix | Yes |
105
107
| Example |`sentry.module.brianium/paratest='v7.7.0'`|
106
108
109
+
### sentry.nextjs.ssr.function.route
110
+
111
+
A parameterized route for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions when the file location of the function is known.
112
+
113
+
| Property | Value |
114
+
| --- | --- |
115
+
| Type |`string`|
116
+
| Has PII | false |
117
+
| Exists in OpenTelemetry | No |
118
+
| Example |`/posts/[id]/layout`|
119
+
| Aliases |`sentry.nextjs.function.route`|
120
+
121
+
### sentry.nextjs.ssr.function.type
122
+
123
+
A descriptor for a for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions.
* A parameterized route for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions when the file location of the function is known. `sentry.nextjs.ssr.function.route`
3879
+
*
3880
+
* Attribute Value Type: `string` {@link SENTRY_NEXTJS_SSR_FUNCTION_ROUTE_TYPE}
* A descriptor for a for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions. `sentry.nextjs.ssr.function.type`
3901
+
*
3902
+
* Attribute Value Type: `string` {@link SENTRY_NEXTJS_SSR_FUNCTION_TYPE_TYPE}
"brief": "A parameterized route for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions when the file location of the function is known.",
"brief": "A descriptor for a for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions.",
0 commit comments