We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8cfd7 commit cb51bb9Copy full SHA for cb51bb9
packages/telemetry/src/next.ts
@@ -28,7 +28,7 @@ export interface RequestErrorContext {
28
| 'react-server-components-payload'
29
| 'server-rendering';
30
revalidateReason: 'on-demand' | 'stale' | undefined;
31
-};
+}
32
export type InstrumentationOnRequestError = (
33
error: unknown,
34
errorRequest: Readonly<{
0 commit comments