Skip to content

Commit 4fde9bf

Browse files
Minor coding style update (#12229)
1 parent a205292 commit 4fde9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/nextjs/manual-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ If you need additional logic within the `onRequestError` hook, call `captureRequ
306306

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

311311
export const onRequestError: Instrumentation.onRequestError = (...args) => {
312312
Sentry.captureRequestError(...args);

0 commit comments

Comments
 (0)