@sentry/junior-agent-browser 0.62.0 → 0.64.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,4 +8,12 @@ Install it alongside `@sentry/junior`:
8
8
  pnpm add @sentry/junior @sentry/junior-agent-browser
9
9
  ```
10
10
 
11
+ Add the package name to the plugin set exported from `plugins.ts`:
12
+
13
+ ```ts
14
+ import { defineJuniorPlugins } from "@sentry/junior";
15
+
16
+ export const plugins = defineJuniorPlugins(["@sentry/junior-agent-browser"]);
17
+ ```
18
+
11
19
  Full setup guide: https://junior.sentry.dev/extend/agent-browser-plugin/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-agent-browser",
3
- "version": "0.62.0",
3
+ "version": "0.64.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"