Skip to content

Commit 84b778d

Browse files
authored
Apply suggestions from code review
Co-authored-by: Blake Niemyjski <bniemyjski@gmail.com>
1 parent e9854f8 commit 84b778d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/nextjs/app/api/demo/route.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ export async function POST(request) {
1515
const { Exceptionless, KnownEventDataKeys } = await startup();
1616

1717
const builder = Exceptionless.createLog("nextjs.route", "Route handler log from the demo page", "info").addTags("route-handler");
18-
1918
builder.setContextProperty(KnownEventDataKeys.RequestInfo, buildRequestContextFromRequest(request, body));
20-
2119
await builder.submit();
2220

2321
after(async () => {

0 commit comments

Comments
 (0)