-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: Add System Info and Package Manager fields to bug template #18990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
aa7d7a0
52aceac
fccddf9
f190f14
d8f0e58
7042e85
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,62 +25,39 @@ body: | |
| - type: dropdown | ||
| id: package | ||
| attributes: | ||
| label: Which SDK are you using? | ||
| label: Where are you installing the Sentry SDK from? | ||
| description: | ||
| If you're using the CDN bundles, please specify the exact bundle (e.g. `bundle.tracing.min.js`) in your SDK | ||
| setup. | ||
| options: | ||
| - '@sentry/browser' | ||
| - '@sentry/node' | ||
| - '@sentry/node - express' | ||
| - '@sentry/node - fastify' | ||
| - '@sentry/node - koa' | ||
| - '@sentry/node - hapi' | ||
| - '@sentry/node - connect' | ||
| - '@sentry/node-native' | ||
| - '@sentry/angular' | ||
| - '@sentry/astro' | ||
| - '@sentry/aws-serverless' | ||
| - '@sentry/bun' | ||
| - '@sentry/cloudflare' | ||
| - '@sentry/cloudflare - hono' | ||
| - '@sentry/deno' | ||
| - '@sentry/ember' | ||
| - '@sentry/gatsby' | ||
| - '@sentry/google-cloud-serverless' | ||
| - '@sentry/nestjs' | ||
| - '@sentry/nextjs' | ||
| - '@sentry/nuxt' | ||
| - '@sentry/react' | ||
| - '@sentry/react-router' | ||
| - '@sentry/remix' | ||
| - '@sentry/solid' | ||
| - '@sentry/solidstart' | ||
| - '@sentry/svelte' | ||
| - '@sentry/sveltekit' | ||
| - '@sentry/tanstackstart-react' | ||
| - '@sentry/vue' | ||
| - '@sentry/wasm' | ||
| - Sentry NPM package | ||
| - Sentry Browser Loader | ||
| - Sentry Browser CDN bundle | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: sdk-version | ||
| - type: textarea | ||
| id: system-info | ||
| attributes: | ||
| label: SDK Version | ||
| description: What version of the SDK are you using? | ||
| placeholder: ex. 8.10.0 | ||
| label: System Info | ||
| description: | ||
| If you are using an NPM package, run `npx envinfo --binaries --npmPackages "@sentry/*"` and paste the output | ||
| here. | ||
| render: shell | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: framework-version | ||
| required: false | ||
| - type: dropdown | ||
| id: package-manager | ||
| attributes: | ||
| label: Framework Version | ||
| description: | ||
| If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the | ||
| _framework_ are you using? | ||
| placeholder: ex. React 18.3.0 or Next 14.0.0 | ||
| label: Package Manager | ||
| description: If you are using an NPM package, which package manager are you using? | ||
| options: | ||
| - npm | ||
| - yarn | ||
| - pnpm | ||
| - bun | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Deno 😢
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll add.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it make sense to add a "Other"? You'll never know what will come tomorrow |
||
| - deno | ||
| validations: | ||
| required: false | ||
| - type: input | ||
| id: link-to-sentry | ||
| attributes: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.