You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/[[...path]]/page.tsx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -200,10 +200,14 @@ export async function generateMetadata(props: MetadataProps): Promise<Metadata>
200
200
: domain;
201
201
lettitle=
202
202
'Sentry Docs | Application Performance Monitoring & Error Tracking Software';
203
-
letcustomCanonicalTag;
203
+
letcustomCanonicalTag: string;
204
204
letdescription=
205
205
'Self-hosted and cloud-based application performance monitoring & error tracking that helps software teams see clearer, solve quicker, & learn continuously.';
0 commit comments