Skip to content

Commit 4712da1

Browse files
Remove permalink prop from Expandable
Co-authored-by: Charly Gomez <[email protected]>
1 parent 2d668f7 commit 4712da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-install/javascript.nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide assumes you enable all Sentry features during the wizard setup and al
1414

1515
You can always add or remove config options manually later if needed. Though, the earlier you set these up, the better.
1616

17-
<Expandable permalink title="What does the installation wizard change inside your application?">
17+
<Expandable title="What does the installation wizard change inside your application?">
1818

1919
- Create config files with the default `Sentry.init()` calls for each runtime (node, browser, edge)
2020
- Add a Next.js instrumentation hook to your project (`instrumentation.ts`)

0 commit comments

Comments
 (0)