Skip to content

Commit

Permalink
Sentry social card
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 23, 2024
1 parent 99eb676 commit d789c22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added website/public/sentry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion website/src/pages/sentry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ import { NextSeo } from 'next-seo';
import SentryCheckout from '../components/sentry/SentryCheckout';
import { useState } from 'react';

<NextSeo description="Sentry integration for PHP applications running on AWS Lambda. Track cold starts, event-driven invocations, and more." />
<NextSeo
description="Sentry integration for PHP applications running on AWS Lambda. Track cold starts, event-driven invocations, and more."
openGraph={{
images: [
{
url: 'https://bref.sh/sentry.png',
}
]
}}
/>

<Sentry />

Expand Down

0 comments on commit d789c22

Please sign in to comment.