Skip to content

Commit 40df744

Browse files
Update platform-includes/getting-started-config/javascript.react-router.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent d93c8d1 commit 40df744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-config/javascript.react-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function ErrorBoundary({ error }: Route.ErrorBoundaryProps) {
7878

7979
### Server-Side Setup
8080

81-
Create a `instrument.server.mjs` file in the root of your app:
81+
Create an `instrument.server.mjs` file in the root of your app:
8282

8383
```js {filename: instrument.server.mjs}
8484
import * as Sentry from "@sentry/node";

0 commit comments

Comments
 (0)