@sentry/junior-agent-browser
v0.74.1
Published
`@sentry/junior-agent-browser` adds browser automation workflows to Junior via the `agent-browser` CLI.
Readme
@sentry/junior-agent-browser
@sentry/junior-agent-browser adds browser automation workflows to Junior via the agent-browser CLI.
Install it alongside @sentry/junior:
pnpm add @sentry/junior @sentry/junior-agent-browserAdd the package name to the plugin set exported from plugins.ts:
import { defineJuniorPlugins } from "@sentry/junior";
export const plugins = defineJuniorPlugins(["@sentry/junior-agent-browser"]);Full setup guide: https://junior.sentry.dev/extend/agent-browser-plugin/
