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 e9854f8 commit 84b778dCopy full SHA for 84b778d
example/nextjs/app/api/demo/route.js
@@ -15,9 +15,7 @@ export async function POST(request) {
15
const { Exceptionless, KnownEventDataKeys } = await startup();
16
17
const builder = Exceptionless.createLog("nextjs.route", "Route handler log from the demo page", "info").addTags("route-handler");
18
-
19
builder.setContextProperty(KnownEventDataKeys.RequestInfo, buildRequestContextFromRequest(request, body));
20
21
await builder.submit();
22
23
after(async () => {
0 commit comments