Skip to content

Commit

Permalink
Minor coding style update (#12229)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao authored Jan 15, 2025
1 parent a205292 commit 4fde9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/javascript/guides/nextjs/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ If you need additional logic within the `onRequestError` hook, call `captureRequ

```TypeScript {filename:instrumentation.ts}
import * as Sentry from "@sentry/nextjs";
import type { Instrumentation } from 'next';
import type { Instrumentation } from "next";

export const onRequestError: Instrumentation.onRequestError = (...args) => {
Sentry.captureRequestError(...args);
Expand Down

0 comments on commit 4fde9bf

Please # to comment.