87 lines
2.5 KiB
YAML
87 lines
2.5 KiB
YAML
|
name: 🐞 Problem Report
|
||
|
description: Tell us about something that's not working the way you expect.
|
||
|
body:
|
||
|
- type: input
|
||
|
id: self_hosted_version
|
||
|
attributes:
|
||
|
label: Self-Hosted Version
|
||
|
placeholder: 21.7.0 ← should look like this (check the footer)
|
||
|
description: What version of self-hosted Sentry are you running?
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
id: cpu_architecture
|
||
|
attributes:
|
||
|
label: CPU Architecture
|
||
|
placeholder: x86_64 ← should look like this
|
||
|
description: |
|
||
|
What cpu architecture are you running self-hosted on?
|
||
|
e.g: (docker info --format '{{.Architecture}}')
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
id: docker_version
|
||
|
attributes:
|
||
|
label: Docker Version
|
||
|
placeholder: 20.10.16 ← should look like this
|
||
|
description: |
|
||
|
What version of docker are you using to run self-hosted?
|
||
|
e.g: (docker --version)
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
id: docker_compose_version
|
||
|
attributes:
|
||
|
label: Docker Compose Version
|
||
|
placeholder: 2.6.0 ← should look like this (docker compose version)
|
||
|
description: |
|
||
|
What version of docker compose are you using to run self-hosted?
|
||
|
e.g: (docker compose version)
|
||
|
validations:
|
||
|
required: true
|
||
|
- 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.
|
||
|
e.g.:
|
||
|
- latest install logs: `ls -1 sentry_install_log-*.txt | tail -1 | xargs cat`
|
||
|
- `docker compose logs` output
|
||
|
placeholder: |-
|
||
|
e.g.:
|
||
|
- logs output
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: event_id
|
||
|
attributes:
|
||
|
label: Event ID
|
||
|
description: |
|
||
|
If you opted into sending errors to our error monitoring and the error has an event ID, enter it here!
|
||
|
placeholder: c2d85058-d3b0-4d85-a509-e2ba965845d7
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |-
|
||
|
## Thanks
|
||
|
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
|
||
|
validations:
|
||
|
required: false
|