@payloadcms/plugin-sentry 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ This plugin seamlessly integrates [Sentry](https://sentry.io/) with [Payload](ht
|
|
|
19
19
|
|
|
20
20
|
```js
|
|
21
21
|
import { buildConfig } from 'payload/config';
|
|
22
|
-
import sentry from '@payloadcms/plugin-sentry';
|
|
22
|
+
import { sentry } from '@payloadcms/plugin-sentry';
|
|
23
23
|
import { Pages, Media } from './collections';
|
|
24
24
|
|
|
25
25
|
const config = buildConfig({
|
|
@@ -66,7 +66,7 @@ You can configure any of these options by passing them to the plugin under optio
|
|
|
66
66
|
|
|
67
67
|
```js
|
|
68
68
|
import { buildConfig } from 'payload/config';
|
|
69
|
-
import
|
|
69
|
+
import { sentry } from '@payloadcms/plugin-sentry';
|
|
70
70
|
import { Pages, Media } from './collections';
|
|
71
71
|
|
|
72
72
|
const config = buildConfig({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-sentry",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"homepage:": "https://payloadcms.com",
|
|
5
5
|
"repository": "git@github.com:payloadcms/plugin-sentry.git",
|
|
6
6
|
"description": "Sentry plugin for Payload",
|
|
@@ -62,4 +62,4 @@
|
|
|
62
62
|
"ts-node": "^10.9.1",
|
|
63
63
|
"typescript": "^4.1.3"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|