From f8a095e7f45bf37da6b3e69f5a994b5ab7f5afdb Mon Sep 17 00:00:00 2001 From: Jessica Boezwinkle Date: Thu, 3 Aug 2023 11:41:00 +0100 Subject: [PATCH] chore: updates readme --- packages/plugin-sentry/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-sentry/README.md b/packages/plugin-sentry/README.md index 21f372502..6a7575372 100644 --- a/packages/plugin-sentry/README.md +++ b/packages/plugin-sentry/README.md @@ -19,7 +19,7 @@ This plugin seamlessly integrates [Sentry](https://sentry.io/) with [Payload](ht ```js import { buildConfig } from 'payload/config'; -import sentry from '@payloadcms/plugin-sentry'; +import { sentry } from '@payloadcms/plugin-sentry'; import { Pages, Media } from './collections'; const config = buildConfig({ @@ -66,7 +66,7 @@ You can configure any of these options by passing them to the plugin under optio ```js import { buildConfig } from 'payload/config'; -import seo from '@payloadcms/plugin-sentry'; +import { sentry } from '@payloadcms/plugin-sentry'; import { Pages, Media } from './collections'; const config = buildConfig({