@sentry/junior-github
v0.75.0
Published
`@sentry/junior-github` adds GitHub issue, pull request, and repository workflows to Junior using a GitHub App.
Readme
@sentry/junior-github
@sentry/junior-github adds GitHub issue, pull request, and repository workflows to Junior using a GitHub App.
Install it alongside @sentry/junior:
pnpm add @sentry/junior @sentry/junior-githubAdd the plugin factory to the plugin set exported from plugins.ts:
import { defineJuniorPlugins } from "@sentry/junior";
import { githubPlugin } from "@sentry/junior-github";
export const plugins = defineJuniorPlugins([
githubPlugin({
botNameEnv: "GITHUB_APP_BOT_NAME",
botEmailEnv: "GITHUB_APP_BOT_EMAIL",
}),
]);Full setup guide: https://junior.sentry.dev/extend/github-plugin/
