Skip to content

Commit fcf7b36

Browse files
committed
Add page titles
1 parent 930dd92 commit fcf7b36

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

website/src/pages/sentry.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import SentryCheckout from '../components/sentry/SentryCheckout';
88
import { useState } from 'react';
99

1010
<NextSeo
11+
title="Sentry for PHP on AWS Lambda"
1112
description="Sentry integration for PHP applications running on AWS Lambda. Track cold starts, event-driven invocations, and more."
1213
openGraph={{
1314
images: [

website/src/pages/xray.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import XRayCheckout from '../components/xray/XRayCheckout';
1414
import { useState } from 'react';
1515

1616
<NextSeo
17+
title="X-Ray for PHP on AWS Lambda"
1718
description="X-Ray integration for PHP applications running on AWS Lambda. Trace your application performance and troubleshoot issues."
1819
openGraph={{
1920
images: [

0 commit comments

Comments
 (0)