@sentry/junior-maintenance 0.127.0 → 0.128.0
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/package.json
CHANGED
|
@@ -71,7 +71,7 @@ Do not manually edit versions in `package.json`. Do not use local `../junior` li
|
|
|
71
71
|
|
|
72
72
|
### 7. Sync local config
|
|
73
73
|
|
|
74
|
-
If a new standalone `@sentry/junior-*` plugin package was added,
|
|
74
|
+
If a new standalone `@sentry/junior-*` plugin package was added, add it to the app `plugins.ts` set passed to `defineJuniorPlugins(...)` and keep `juniorNitro({ plugins: "./plugins" })` pointed at that module. Exclude the base/runtime utility packages: `@sentry/junior`, `@sentry/junior-plugin-api`, `@sentry/junior-testing`.
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
77
|
node scripts/check-plugin-packages.mjs
|