@payloadcms/plugin-sentry 3.84.1 → 4.0.0-internal.5b1e7cd

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  This plugin allows you to integrate [Sentry](https://sentry.io/) seamlessly with your [Payload](https://github.com/payloadcms/payload) application.
4
4
 
5
- - [Source code](https://github.com/payloadcms/payload/tree/3.x/packages/plugin-sentry)
5
+ - [Source code](https://github.com/payloadcms/payload/tree/main/packages/plugin-sentry)
6
6
  - [Documentation](https://payloadcms.com/docs/plugins/sentry)
7
- - [Documentation source](https://github.com/payloadcms/payload/tree/3.x/docs/plugins/sentry.mdx)
7
+ - [Documentation source](https://github.com/payloadcms/payload/tree/main/docs/plugins/sentry.mdx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/plugin-sentry",
3
- "version": "3.84.1",
3
+ "version": "4.0.0-internal.5b1e7cd",
4
4
  "description": "Sentry plugin for Payload",
5
5
  "keywords": [
6
6
  "payload",
@@ -51,12 +51,12 @@
51
51
  "@types/react": "19.2.9",
52
52
  "@types/react-dom": "19.2.3",
53
53
  "@payloadcms/eslint-config": "3.28.0",
54
- "payload": "3.84.1"
54
+ "payload": "4.0.0-internal.5b1e7cd"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": "^19.0.1 || ^19.1.2 || ^19.2.1",
58
58
  "react-dom": "^19.0.1 || ^19.1.2 || ^19.2.1",
59
- "payload": "3.84.1"
59
+ "payload": "4.0.0-internal.5b1e7cd"
60
60
  },
61
61
  "homepage:": "https://payloadcms.com",
62
62
  "scripts": {