123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- name: ๐ Bug Report
- description: Tell us about something that's not working the way we (probably) intend.
- body:
- - type: dropdown
- id: environment
- attributes:
- label: Environment
- description: Where are you using our software?
- options:
- - SaaS (https://sentry.io/)
- - self-hosted (https://develop.sentry.dev/self-hosted/)
- validations:
- required: true
- - type: input
- id: version
- attributes:
- label: Version
- placeholder: 21.7.0 โ should look like this (check the footer)
- description: If self-hosted, what version are you running?
- validations:
- required: false
- - type: input
- id: identification
- attributes:
- label: Identification
- placeholder: Link to Sentry or org slug or slug id (non-PII)
- description: (Optional info) If you are using SaaS, in order to speed up investigations - could you please include a link to where you found the issue (if it applies) or your organization slug? If you are concerned with exposing your organization slug (which is included on links to sentry.io) you can share your organization ID which can be found in your client keys (DSN) which follow the format `https://{tag}@o{ORGANISATION_ID}.ingest.sentry.io/{PROJECT_ID}`
- validations:
- required: false
- - type: textarea
- id: repro
- attributes:
- label: Steps to Reproduce
- description: How can we see what you're seeing? Specific is terrific.
- placeholder: |-
- 1. foo
- 2. bar
- 3. baz
- validations:
- required: true
- - type: textarea
- id: expected
- attributes:
- label: Expected Result
- validations:
- required: true
- - type: textarea
- id: actual
- attributes:
- label: Actual Result
- description: Logs? Screenshots? Yes, please.
- validations:
- required: true
- - type: markdown
- attributes:
- value: |-
- ## Thanks ๐
- Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
- validations:
- required: false
|